Compare commits
1 Commits
77b6caab7b
...
f641d42a8b
| Author | SHA1 | Date | |
|---|---|---|---|
| f641d42a8b |
BIN
build/icons/1024x1024.png
Normal file
|
After Width: | Height: | Size: 121 KiB |
BIN
build/icons/128x128.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
build/icons/16x16.png
Normal file
|
After Width: | Height: | Size: 683 B |
BIN
build/icons/24x24.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
build/icons/256x256.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
build/icons/32x32.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
build/icons/48x48.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
build/icons/512x512.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
build/icons/64x64.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
10
package.json
@@ -24,7 +24,7 @@
|
|||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "ai.hangman.fabric.desktop",
|
"appId": "ai.hangman.fabric.desktop",
|
||||||
"productName": "Fabric Desktop",
|
"productName": "Fabric",
|
||||||
"artifactName": "Fabric-Desktop-${version}-${os}-${arch}.${ext}",
|
"artifactName": "Fabric-Desktop-${version}-${os}-${arch}.${ext}",
|
||||||
"directories": {
|
"directories": {
|
||||||
"output": "dist"
|
"output": "dist"
|
||||||
@@ -45,7 +45,13 @@
|
|||||||
"tar.gz"
|
"tar.gz"
|
||||||
],
|
],
|
||||||
"category": "Utility",
|
"category": "Utility",
|
||||||
"maintainer": "Hangman <noreply@hangman-lab.top>"
|
"maintainer": "Hangman <noreply@hangman-lab.top>",
|
||||||
|
"executableName": "fabric-desktop",
|
||||||
|
"icon": "build/icons",
|
||||||
|
"desktop": {
|
||||||
|
"Name": "Fabric Desktop",
|
||||||
|
"StartupWMClass": "Fabric Desktop"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"target": [
|
"target": [
|
||||||
|
|||||||