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:
@@ -20,6 +20,9 @@ jobs:
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies for rpm and pacman
|
||||
run: sudo apt-get install -y rpm libarchive-tools
|
||||
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
|
||||
+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