Skip to content

Add script to generate portable AppImage#11

Open
Vo1dTear wants to merge 3 commits intoqwertymodo:masterfrom
Vo1dTear:master
Open

Add script to generate portable AppImage#11
Vo1dTear wants to merge 3 commits intoqwertymodo:masterfrom
Vo1dTear:master

Conversation

@Vo1dTear
Copy link
Copy Markdown

@Vo1dTear Vo1dTear commented Sep 9, 2025

This pull request adds a script (make-appimage.sh) to generate a portable AppImage for msupcmplusplus.

The AppImage allows the application to be run on Linux systems without installation or extra dependencies, making it easier to test and distribute.

No source files of the application are modified; only the packaging script and the necessary files for creating the AppImage are added.

- Added make-appimage.sh script to automate the creation of a portable AppImage.
- Added AppDir/ structure required by linuxdeploy.
- Added res/ directory for icons and placeholder assets.

With these additions, it is now possible to generate an AppImage of msupcm++
that bundles the binary and its dependencies, allowing it to run on most
Linux distributions without manual library installation.
- Added make-appimage.sh script to automate the creation of a portable AppImage.
- Added AppDir/ structure required by linuxdeploy.
- Added res/ directory for icons and placeholder assets.

With these additions, it is now possible to generate an AppImage of msupcm++
that bundles the binary and its dependencies, allowing it to run on most
Linux distributions without manual library installation.
- Added make-appimage.sh script to automate the creation of a portable AppImage.
- Added AppDir/ structure required by linuxdeploy.
- Added res/ directory for icons and placeholder assets.

With these additions, it is now possible to generate an AppImage of msupcm++
that bundles the binary and its dependencies, allowing it to run on most
Linux distributions without manual library installation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant