Skip to content

Commit

Permalink
Merge pull request #2 from ahqsoftwares/ahqsoftwares-patch-2
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
ahqsoftwares authored Jun 29, 2023
2 parents b280b8d + 914af76 commit 4183dc1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ jobs:
- name: Install Deps
run: pnpm install
working-directory: tauri
- name: install dependencies (ubuntu only)
if: matrix.os == "Ubuntu-Latest"
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: Build Tauri App
uses: tauri-apps/tauri-action@v0
Expand All @@ -78,7 +83,7 @@ jobs:

- name: Release Zip Asset
run: node upload.cjs
if: matrix.os == Windows-Latest
if: matrix.os == "Windows-Latest"
working-directory: tauri
env:
releaseid: ${{ needs.create_release.outputs.release_id }}
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"linux": {
"target": ["deb", "apk", "zip"]
},
"macos": {
"mac": {
"target": ["dmg", "zip"]
}
},
Expand Down

0 comments on commit 4183dc1

Please sign in to comment.