Mac deployment scripts update
authoralexhz <balthazar@yandex.ru>
Mon, 8 Apr 2013 17:18:09 +0000 (17:18 +0000)
committeralexhz <balthazar@yandex.ru>
Mon, 8 Apr 2013 17:18:09 +0000 (17:18 +0000)
contrib/macdeploy/fancy.plist
contrib/macdeploy/notes.txt

index e73b9b6..08c2a06 100644 (file)
@@ -22,7 +22,7 @@
                        <integer>370</integer>
                        <integer>156</integer>
                </array>
-               <key>Bitcoin-Qt.app</key>
+               <key>NovaCoin-Qt.app</key>
                <array>
                        <integer>128</integer>
                        <integer>156</integer>
index a3f0b54..9b592fc 100644 (file)
@@ -6,7 +6,7 @@ You will need the appscript package for the fancy disk image creation to work.
 Install it by invoking "sudo easy_install appscript".
 
 Ths script should be invoked in the target directory like this:
-$source_dir/contrib/macdeploy/macdeployqtplus Bitcoin-Qt.app -add-qt-tr da,de,es,hu,ru,uk,zh_CN,zh_TW -dmg -fancy $source_dir/contrib/macdeploy/fancy.plist -verbose 2
+$source_dir/contrib/macdeploy/macdeployqtplus NovaCoin-Qt.app -add-qt-tr da,de,es,hu,ru,uk,zh_CN,zh_TW -dmg -fancy $source_dir/contrib/macdeploy/fancy.plist -verbose 2
 
 During the process, the disk image window will pop up briefly where the fancy
 settings are applied. This is normal, please do not interfere.
@@ -19,8 +19,8 @@ Fill in the following.
 Enable custom process step: [x]
 Command: %{sourceDir}/contrib/macdeploy/macdeployqtplus
 Working directory: %{buildDir}
-Command arguments: Bitcoin-Qt.app -add-qt-tr da,de,es,hu,ru,uk,zh_CN,zh_TW -dmg -fancy %{sourceDir}/contrib/macdeploy/fancy.plist -verbose 2
+Command arguments: NovaCoin-Qt.app -add-qt-tr da,de,es,hu,ru,uk,zh_CN,zh_TW -dmg -fancy %{sourceDir}/contrib/macdeploy/fancy.plist -verbose 2
 
 After that you can start the deployment process through the menu with
-Build -> Deploy Project "bitcoin-qt"
+Build -> Deploy Project "novacoin-qt"