mirror of
https://github.com/gradenGnostic/LegacyLauncher.git
synced 2026-07-18 02:30:46 +00:00
Add files via upload
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"target": [
|
||||
"nsis"
|
||||
],
|
||||
"icon": "256x256.png"
|
||||
"icon": "512x512.png"
|
||||
},
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
@@ -28,13 +28,13 @@
|
||||
"AppImage"
|
||||
],
|
||||
"category": "Game",
|
||||
"icon": "256x256.png"
|
||||
"icon": "512x512.png"
|
||||
},
|
||||
"mac": {
|
||||
"target": [
|
||||
"dmg"
|
||||
],
|
||||
"icon": "256x256.png",
|
||||
"icon": "512x512.png",
|
||||
"category": "public.app-category.games"
|
||||
},
|
||||
"files": [
|
||||
@@ -53,4 +53,4 @@
|
||||
"electron": "^40.7.0",
|
||||
"electron-builder": "^26.8.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user