Port to Hush
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>zecwallet</string>
|
||||
<string>silentdragonlite</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Created by Qt/QMake</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>logo.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.yourcompany.zecwallet</string>
|
||||
<string>com.yourcompany.silentdragon</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleSignature</key>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
This directory contains the hashes and signatures for ZecWallet
|
||||
This directory contains the hashes and signatures for silentdragon
|
||||
|
||||
Verify the hashes by running:
|
||||
sha256sum -c sha256sum-vX.Y.Z.txt
|
||||
|
||||
Verify signatures:
|
||||
1. First, import the public key (Available on GitHub
|
||||
at https://github.com/ZcashFoundation/zecwallet/blob/master/public_key.asc)
|
||||
at https://github.com/ZcashFoundation/silentdragon/blob/master/public_key.asc)
|
||||
gpg --import public_key.asc
|
||||
|
||||
2. Verify signature
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "zecwallet-vRELEASE_VERSION",
|
||||
"title": "silentdragon-vRELEASE_VERSION",
|
||||
"icon": "logo.icns",
|
||||
"background": "dmgbg.png",
|
||||
"window" : {
|
||||
@@ -8,6 +8,6 @@
|
||||
},
|
||||
"contents": [
|
||||
{ "x": 448, "y": 80, "type": "link", "path": "/Applications" },
|
||||
{ "x": 152, "y": 80, "type": "file", "path": "zecwallet.app" }
|
||||
{ "x": 152, "y": 80, "type": "file", "path": "silentdragon.app" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char * zecwallet_xpm[] = {
|
||||
static char * silentdragon_xpm[] = {
|
||||
"512 512 1611 2",
|
||||
" c None",
|
||||
". c #676767",
|
||||
|
||||
Reference in New Issue
Block a user