-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change Installer Binaries to tar.gz for Mac and Linux #143
Comments
Hmmm, good question. It's a mess. But it would remove one extra step that could cause troubles for non tech-savvy users who also don't rtfm. So yes, everything that helps UX should probably be on our TODO list. |
@josegomez, I suppose we only close this one once we have 7-zip support baked into the script, right? |
For Linux (not sure about MacOS), you can check that zip, or gzip, are installed - most distros have them by default, but you can use You may be starting to see a theme here. |
Are there really any relevant distros (apart from do-it-yourself distros like LFS etc. ) that doesn't support |
@dxcSithLord this issue isn't one of the code at all is just a reminder for us to update your build scripts to use tar.gz compression to preserve executable bit. |
Some users have complained about having to set the executable bit on the binary downloads for the PlatformInstaller
One option that we dismissed earlier was to use tar.gz to upload, this preserves the executable bit and makes it marginally easier to execute the installer, though it does add the complexity of having to generate this tar gz file.
See below how it would work from a user perspective
Do we think this is worth it? (works the same for Mac and Linux) windows would remain an exe
The text was updated successfully, but these errors were encountered: