You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently packaged creates binaries that simply extract into a temporary directory and run the program. But for applications that want to store state relative to the package, or add a desktop shortcut etc., this is not the best solution.
So we should add a --create-installer flag that would make the binary install the app in a directory and add it to PATH instead.
Should correspond to to build-type = "installer" vs. "executable" in the packaged.toml config file.
The text was updated successfully, but these errors were encountered:
Currently
packaged
creates binaries that simply extract into a temporary directory and run the program. But for applications that want to store state relative to the package, or add a desktop shortcut etc., this is not the best solution.So we should add a
--create-installer
flag that would make the binary install the app in a directory and add it to PATH instead.Should correspond to to
build-type = "installer"
vs."executable"
in thepackaged.toml
config file.The text was updated successfully, but these errors were encountered: