Skip to content

Commit

Permalink
Add pacman target
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Feb 20, 2022
1 parent 3525ab4 commit 80cb529
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
host:
- {os: macos-latest, displayName: "macOS", artifactPath: "dist/Advantage Scope-*.dmg"}
- {os: ubuntu-latest, displayName: "Linux", artifactPath: "dist/*.deb\ndist/*.rpm"}
- {os: ubuntu-latest, displayName: "Linux", artifactPath: "dist/*.deb\ndist/*.rpm\ndist/*.pacman"}
- {os: windows-latest, displayName: "Windows", artifactPath: "dist/Advantage Scope Setup *.exe"}
arch: ["x64", "arm64"]

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"linux": {
"target": [
"deb",
"rpm"
"rpm",
"pacman"
],
"icon": "icons/app/app-icon.icns",
"maintainer": "FRC 6328",
Expand Down

0 comments on commit 80cb529

Please sign in to comment.