0ad-matters / 0ad-appimage

@0ad appimage
MIT License
26 stars 0 forks source link

fix:AppRun.wrapped: 11: source: not found #8

Closed andy5995 closed 1 year ago

andy5995 commented 1 year ago

This happens on shells that don't have a source command.

Reported by dandaman46 in https://wildfiregames.com/forum/topic/91547-how-to-make-a-0ad-appimage/?do=findComment&comment=525445 using Debian bullseye

@TheAssassin Is there a particular reason linuxdeploy uses bash for the shebang instead of just 'sh' and uses source instead of '.' when importing the gtk plugin when creating the AppRun script?

https://stackoverflow.com/a/20097303/6838037