Skip to content

Commit

Permalink
build tar.gz for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
janproch committed May 13, 2024
1 parent f74e57b commit a24271f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-app-beta.yaml
Expand Up @@ -89,6 +89,7 @@ jobs:
mv app/dist/*.exe artifacts/ || true
mv app/dist/*.zip artifacts/ || true
mv app/dist/*.tar.gz artifacts/ || true
mv app/dist/*.AppImage artifacts/ || true
mv app/dist/*.deb artifacts/ || true
mv app/dist/*.snap artifacts/ || true
Expand Down
3 changes: 2 additions & 1 deletion app/package.json
Expand Up @@ -48,7 +48,8 @@
"armv7l",
"arm64"
]
}
},
"tar.gz"
],
"icon": "icons/",
"category": "Development",
Expand Down

0 comments on commit a24271f

Please sign in to comment.