AppImageCrafters / AppRun

AppDir runtime components
MIT License
26 stars 10 forks source link

Temporary executable break hooks #53

Closed TheBrokenRail closed 2 years ago

TheBrokenRail commented 2 years ago

My program generates executable at runtime in /tmp, because the original is proprietary and I can't distribute a modified version. However, since /tmp is outside of the AppImage's root, the hooks remove all the linker variables, which breaks the program. Any ideas on how to fix this? My current idea is a APPRUN_FORCE_BUNDLE_RUNTIME environmental variable that a program can set.