Skip to content

Instantly share code, notes, and snippets.

@dedSyn4ps3
Created September 22, 2022 04:33
Show Gist options
  • Save dedSyn4ps3/aa881e7f1033407d5c7439e198347e23 to your computer and use it in GitHub Desktop.
Save dedSyn4ps3/aa881e7f1033407d5c7439e198347e23 to your computer and use it in GitHub Desktop.
Create an AppImage from a generated AppDir
# 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