mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-16 21:51:43 -05:00
Fix argument forwarding in generated AppRun script
This commit is contained in:
@@ -198,7 +198,7 @@ namespace linuxdeploy {
|
||||
});
|
||||
|
||||
oss << std::endl
|
||||
<< "exec \"$this_dir\"/AppRun.wrapped" << std::endl;
|
||||
<< "exec \"$this_dir\"/AppRun.wrapped \"$@\"" << std::endl;
|
||||
|
||||
// first we need to make sure we're not running this more than once
|
||||
// this might cause more harm than good
|
||||
|
||||
Reference in New Issue
Block a user