mirror of
https://github.com/gradenGnostic/LegacyLauncher.git
synced 2026-07-23 13:27:05 +00:00
Add files via upload
This commit is contained in:
parent
3cd31fe7ef
commit
0030eb8ee4
BIN
512x512.png
Normal file
BIN
512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 77 KiB |
|
|
@ -17,7 +17,7 @@
|
||||||
"target": [
|
"target": [
|
||||||
"nsis"
|
"nsis"
|
||||||
],
|
],
|
||||||
"icon": "256x256.png"
|
"icon": "512x512.png"
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"oneClick": false,
|
"oneClick": false,
|
||||||
|
|
@ -28,13 +28,13 @@
|
||||||
"AppImage"
|
"AppImage"
|
||||||
],
|
],
|
||||||
"category": "Game",
|
"category": "Game",
|
||||||
"icon": "256x256.png"
|
"icon": "512x512.png"
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"target": [
|
"target": [
|
||||||
"dmg"
|
"dmg"
|
||||||
],
|
],
|
||||||
"icon": "256x256.png",
|
"icon": "512x512.png",
|
||||||
"category": "public.app-category.games"
|
"category": "public.app-category.games"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
|
@ -53,4 +53,4 @@
|
||||||
"electron": "^40.7.0",
|
"electron": "^40.7.0",
|
||||||
"electron-builder": "^26.8.1"
|
"electron-builder": "^26.8.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue