Commit 0d644645a3e0e93a736acc87fdb0745b1720d756
update icns ico
mix irving committed on 2/12/2018, 3:59:30 AMParent: 3ee26dadc575483799d696d0eeb9875c03e10881
Files changed
build/icon.icns | changed |
build/icon.ico | changed |
build/dmg-icon.icns | deleted |
build/installer.icns | added |
build/installer.ico | added |
build/setup-icon.ico | deleted |
package.json | changed |
build/icon.icns | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 208604 bytes New file size: 173070 bytes |
build/icon.ico |
---|
build/dmg-icon.icns | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 252756 bytes New file size: 0 bytes |
build/installer.icns | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 0 bytes New file size: 219250 bytes |
build/installer.ico |
---|
build/setup-icon.ico |
---|
package.json | ||
---|---|---|
@@ -52,16 +52,16 @@ | ||
52 | 52 … | "node_modules/sodium-native/prebuilds/win32-${arch}/libsodium.*" |
53 | 53 … | ] |
54 | 54 … | }, |
55 | 55 … | "dmg": { |
56 | - "icon": "build/dmg-icon.icns", | |
56 … | + "icon": "build/installer.icns", | |
57 | 57 … | "artifactName": "Ticktack-${version}-mac.${ext}" |
58 | 58 … | }, |
59 | 59 … | "appImage": { |
60 | 60 … | "artifactName": "Ticktack-${version}-linux-${arch}.${ext}" |
61 | 61 … | }, |
62 | 62 … | "nsis": { |
63 | - "installerIcon": "build/setup-icon.ico" | |
63 … | + "installerIcon": "build/installer.ico" | |
64 | 64 … | } |
65 | 65 … | }, |
66 | 66 … | "private": true, |
67 | 67 … | "devDependencies": { |
Built with git-ssb-web