Fix argument forwarding in generated AppRun script

This commit is contained in:
TheAssassin
2019-09-12 16:35:09 +02:00
parent f3b7c5ab73
commit 0ba33879b0

View File

@@ -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