Add files via upload

This commit is contained in:
gardenGnostic 2026-03-05 19:57:46 +01:00 committed by GitHub
parent 3cd31fe7ef
commit 0030eb8ee4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

BIN
512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View file

@ -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": [