[chore] change target builds to deb, rpm, and pacman

This commit is contained in:
silentrald
2024-10-25 13:34:24 +08:00
parent fd30709af9
commit cb121a9442
2 changed files with 13 additions and 2 deletions
+3
View File
@@ -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
View File
@@ -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",