Skip to content

Commit

Permalink
added rpm and AppImage build + fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCat committed Dec 12, 2023
1 parent 6f40a09 commit 2043c76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
- name: Pack and publish Launcher
run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Pack and publish Launcher
run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
EP_DRAFT: true
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,11 @@
"appId": "ru.aurora.launcher",
"productName": "Aurora Launcher",
"publish": [
{
"provider": "s3",
"bucket": "1d9331f7-f396817b-b981-4ede-980b-acfe89b8ba52",
"endpoint": "https://s3.timeweb.com"
},
{
"provider": "github",
"releaseType": "release"
"releaseType": "release",
"repo": "AuroraTeam",
"owner": "Launcher"
}
],
"directories": {
Expand All @@ -116,7 +113,9 @@
},
"linux": {
"target": [
"deb"
"deb",
"rpm",
"AppImage"
],
"category": "Game",
"maintainer": "AuroraTeam <[email protected]>"
Expand Down

0 comments on commit 2043c76

Please sign in to comment.