Port to Hush

This commit is contained in:
DenioD
2019-10-21 00:16:23 +02:00
parent a69e5532fe
commit 5b9ef9a48c
49 changed files with 4301 additions and 369 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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" }
]
}

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * zecwallet_xpm[] = {
static char * silentdragon_xpm[] = {
"512 512 1611 2",
" c None",
". c #676767",