Skip to content

Configuration to disable compression of release assets #10593

Closed Answered by FabianLars
dmca-glasgow asked this question in Q&A
Discussion options

You must be logged in to vote

AppImage.tar.gz and setup.nsis.zip are only for the Updater feature, your users are not meant to download these.

app.tar.gz (macos) however is used by the updater and users directly. The issue is that .app is actually a folder and you can't upload folders to github releases so we need to archive it first.
The only alternative to that would be to enable the .dmg target and let users download that instead. If you double click the dmg you will then have to drag-drop your app in a small window to install it but this is standard on macos so shouldn't be too bad.
The .tar.gz is still required for the updater then though.

If you also want the app exe instead of the setup exe on windows then you'…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dmca-glasgow
Comment options

@FabianLars
Comment options

Answer selected by dmca-glasgow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants