Skip to content

POSIX(ish) shell script that deploys dependencies for AppImages, similar to linuxdeploy, linuxdeploy-qt, go-appimage and others.

License

Notifications You must be signed in to change notification settings

Samueru-sama/deploy-linux.sh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

deploy-linux.sh

POSIX(ish) shell script that deploys dependencies for AppImages, similar to linuxdeploy, linuxdeploy-qt, go-appimage and others.

Automatically deploys Qt or GTK.

USAGE EXAMPLES:

./deploy-linux.sh /path/to/binary Assumes the binary is on an AppDir structure and will deploy libs and get the needed files.

./deploy-linux.sh /path/to/binary /path/to/AppDir Will create the AppDir, deploy libs and get the needed files.

SKIP="libA.so libB.so" ./deploy-linux.sh /path/to/binary /path/to/AppDir Ignores given libraries from being deployed.

EXTRA_LIBS="libA.so libB.so" ./deploy-linux.sh /path/to/binary /path/to/AppDir Deploys extra libraries.

DEPLOY_AL=1 ./deploy-linux.sh /path/to/binary /path/to/AppDir Will ignore the excludelist and deploy ALL libraries.

Credits

Forked from https://github.com/lat9nq/deploy

AppRun was taken from go-appimage and simplified.

About

POSIX(ish) shell script that deploys dependencies for AppImages, similar to linuxdeploy, linuxdeploy-qt, go-appimage and others.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%