Skip to content

Commit 00548b7

Browse files
committed
chore: Remove rpm release package
Since: rpm: This software does not run on macOS versions older than Ventura. Error: rpm: An unsatisfied requirement failed this build. Error: Process completed with exit code 1. GitHub not provide Ventura
1 parent 364df05 commit 00548b7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
npm ci
29-
brew install rpm
3029
3130
- name: Build and release
3231
env:

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = defineConfig({
3131
icon: "src/assets/icon.ico",
3232
},
3333
linux: {
34-
target: ["AppImage", "deb", "rpm"],
34+
target: ["AppImage", "deb"],
3535
icon: "src/assets/icon.png",
3636
},
3737
nsis: {

0 commit comments

Comments
 (0)