Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

script to generate appimages#252

Merged
andrewpareles merged 1 commit into
voideditor:mainfrom
bawsdeep:main
Feb 1, 2025
Merged

script to generate appimages#252
andrewpareles merged 1 commit into
voideditor:mainfrom
bawsdeep:main

Conversation

@bawsdeep

@bawsdeep bawsdeep commented Jan 29, 2025

Copy link
Copy Markdown
Contributor

This pull request introduces a simple Bash script designed to automate the process of creating an AppImage for x86_64 Linux systems (Probably also on Windows via WSL ( not tested) . The script bundles the necessary files and dependencies, generating a self-contained AppImage that can be run on compatible Linux distributions without needing to install additional dependencies.

Dependencies to run the script may be incomplete

Bash (typically pre-installed)
wget (for downloading appimagetool)
ldd (for finding and copying libraries)
fuse (to temp mount the appimage required by appimagetool)

How to use

Simply copy the script into the current Linux installer folder together with an icon for the app specified in the script and run it

@andrewpareles andrewpareles changed the base branch from model-selection to main January 29, 2025 23:16
@andrewpareles

Copy link
Copy Markdown
Contributor

Might migrate this file here, or move all of those files to void/.

@andrewpareles andrewpareles merged commit 4d11a4f into voideditor:main Feb 1, 2025
@andrewpareles

Copy link
Copy Markdown
Contributor

Thanks for the script, super helpful!

@bawsdeep

bawsdeep commented Feb 6, 2025

Copy link
Copy Markdown
Contributor Author

might need a bit debugging ubuntu user werent been able to run the appimage that i build locally on my arch machine (github actions uses ubuntu so might be resolved if you automate it )

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants