aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichi Lumin <[email protected]>2018-10-16 22:31:35 -0600
committerRoss Nicoll <[email protected]>2019-03-25 05:36:12 +0000
commit92bff56e237e6c36572aff75886a061b2aead3b9 (patch)
treee90ba2c13275dbca90277ecab8a3cc264f192d3f
parentUpdate fancy.plist to reflect Dogecoin-qt (diff)
downloaddiscoin-92bff56e237e6c36572aff75886a061b2aead3b9.tar.xz
discoin-92bff56e237e6c36572aff75886a061b2aead3b9.zip
Changes for mac installer branding - See notes
These changes are necessary for the deploy scripts to see the app correctly. Also includes our background image. Note that DS_Store should be generated, but I'm including it so that it should be there in any case; though it may need to be edited - please give it a try.
-rw-r--r--contrib/macdeploy/DS_Storebin0 -> 15364 bytes
-rw-r--r--contrib/macdeploy/background.tiffbin0 -> 314388 bytes
-rwxr-xr-xcontrib/macdeploy/custom_dsstore.py8
3 files changed, 4 insertions, 4 deletions
diff --git a/contrib/macdeploy/DS_Store b/contrib/macdeploy/DS_Store
new file mode 100644
index 000000000..4e8735081
--- /dev/null
+++ b/contrib/macdeploy/DS_Store
Binary files differ
diff --git a/contrib/macdeploy/background.tiff b/contrib/macdeploy/background.tiff
new file mode 100644
index 000000000..ef14f4343
--- /dev/null
+++ b/contrib/macdeploy/background.tiff
Binary files differ
diff --git a/contrib/macdeploy/custom_dsstore.py b/contrib/macdeploy/custom_dsstore.py
index e6ecabace..3c2a65f19 100755
--- a/contrib/macdeploy/custom_dsstore.py
+++ b/contrib/macdeploy/custom_dsstore.py
@@ -45,8 +45,8 @@ alias = Alias.from_bytes(icvp['backgroundImageAlias'])
alias.volume.name = package_name_ns
alias.volume.posix_path = '/Volumes/' + package_name_ns
alias.volume.disk_image_alias.target.filename = package_name_ns + '.temp.dmg'
-alias.volume.disk_image_alias.target.carbon_path = 'Macintosh HD:Users:\x00bitcoinuser:\x00Documents:\x00bitcoin:\x00bitcoin:\x00' + package_name_ns + '.temp.dmg'
-alias.volume.disk_image_alias.target.posix_path = 'Users/bitcoinuser/Documents/bitcoin/bitcoin/' + package_name_ns + '.temp.dmg'
+alias.volume.disk_image_alias.target.carbon_path = 'Macintosh HD:Users:\x00dogecoinuser:\x00Documents:\x00dogecoin:\x00dogecoin:\x00' + package_name_ns + '.temp.dmg'
+alias.volume.disk_image_alias.target.posix_path = 'Users/dogecoinuser/Documents/dogecoin/dogecoin/' + package_name_ns + '.temp.dmg'
alias.target.carbon_path = package_name_ns + ':.background:\x00background.tiff'
icvp['backgroundImageAlias'] = biplist.Data(alias.to_bytes())
ds['.']['icvp'] = icvp
@@ -54,7 +54,7 @@ ds['.']['icvp'] = icvp
ds['.']['vSrn'] = ('long', 1)
ds['Applications']['Iloc'] = (370, 156)
-ds['Bitcoin-Qt.app']['Iloc'] = (128, 156)
+ds['Dogecoin-Qt.app']['Iloc'] = (128, 156)
ds.flush()
-ds.close()
+ds.close() \ No newline at end of file