Thanks to visit codestin.com
Credit goes to github.com

Skip to content

script to generate appimages#252

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

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

Conversation

@bawsdeep
Copy link
Contributor

@bawsdeep bawsdeep commented Jan 29, 2025

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
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
Contributor

Thanks for the script, super helpful!

@bawsdeep
Copy link
Contributor Author

bawsdeep commented Feb 6, 2025

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 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.

2 participants