mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[chore] change target builds to deb, rpm, and pacman
This commit is contained in:
+10
-2
@@ -69,14 +69,22 @@
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
"AppImage"
|
||||
"deb",
|
||||
"rpm",
|
||||
"pacman"
|
||||
],
|
||||
"icon": "./build/icons/png",
|
||||
"category": "Utility;Game;",
|
||||
"extraResources": [
|
||||
"./build/icons/png",
|
||||
"./assets/scripts/DepotDownloader"
|
||||
]
|
||||
],
|
||||
"protocols": {
|
||||
"name": "BSManager",
|
||||
"schemes": [
|
||||
"bsmanager"
|
||||
]
|
||||
}
|
||||
},
|
||||
"directories": {
|
||||
"app": "release/app",
|
||||
|
||||
Reference in New Issue
Block a user