Created
September 22, 2022 04:33
Create an AppImage from a generated AppDir
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Download appimagetool | |
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-aarch64.AppImage | |
# Make it executable | |
chmod a+x appimagetool-aarch64.AppImage | |
# Run the tool, specifying the AppDir that the `yarn tauri build` command generates | |
./appimagetool-aarch64.AppImage <project-directory>/src-tauri/target/release/bundle/appimage/<project-name>.AppDir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment