-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Create linux installer #206
Comments
Have you considered Flatpak? Brackets used to be packaged like that (https://flathub.org/apps/io.brackets.Brackets). This is likely the easiest way to distribute for all distribution. |
Would love to add flatpack support, but unfortunately we use tauri and it doesnt support it yet: https://tauri.app/v1/api/config/#bundletype In linux there will most likeley be a single line command line install script, so we might not need to worry about the underlying image format. |
Well they are discussions around this at tauri-apps/tauri#3619 and tauri-apps/tauri#4426, one app is already doing so (https://github.com/flathub/in.cinny.Cinny) and there is an open PR to document it: tauri-apps/tauri-docs#1760. Not related, but I might be interested in looking into packaging for ArchLinux at some point. ;) |
Thanks for that! We will be launching betas this month, do check it out and raise any issues/feedback. |
This is done. In Linux we will be distributing as a script that installs portable binaries instead of app-images. Appimages have degraded performance due to mount of appimage virtual disc which hampers startup time, 200+mb binary size as it needs to package all deps, consume a lot more memory and is generally not a good ux as we hoped it would. Also it wont work in distributions that does not support app image. Our new installer works with native built portable binaries that takes advantage of the native OS libraries, have a much more wider compatibility, quick start times and is much more resource efficient. The new installers coming end of this month is installed via terminal with a single line command. Tested working in:
|
open with
entry in os file explorer should workphcode
to bash rc? - works as is in ubuntu. Might need to add to path for other disctibutions.The text was updated successfully, but these errors were encountered: