mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-13 06:51:05 -05:00
Improve generated AppRun script
This commit is contained in:
@@ -178,6 +178,9 @@ namespace linuxdeploy {
|
||||
<< std::endl
|
||||
<< "# autogenerated by linuxdeploy" << std::endl
|
||||
<< std::endl
|
||||
<< "# make sure errors in sourced scripts will cause this script to stop" << std::endl
|
||||
<< "set -e" << std::endl
|
||||
<< std::endl
|
||||
<< "this_dir=$(readlink -f $(dirname \"$0\"))" << std::endl
|
||||
<< std::endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user