build tar.gz for linux

This commit is contained in:
Jan Prochazka 2024-05-10 14:04:35 +02:00
parent f74e57bec2
commit a24271f045
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -48,7 +48,8 @@
"armv7l",
"arm64"
]
}
},
"tar.gz"
],
"icon": "icons/",
"category": "Development",