mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-08 15:39:35 +00:00
fix AppRun #13
This commit is contained in:
parent
56411c0fe8
commit
0a5d3ca596
@ -94,7 +94,7 @@ bool Deploy::createRunScript() {
|
||||
"export QML2_IMPORT_PATH=$BASEDIR/qml:QML2_IMPORT_PATH\n"
|
||||
"export QT_PLUGIN_PATH=$BASEDIR/plugins:QT_PLUGIN_PATH\n"
|
||||
"export QT_QPA_PLATFORM_PLUGIN_PATH=$BASEDIR/plugins/platforms:QT_QPA_PLATFORM_PLUGIN_PATH\n"
|
||||
"$BASEDIR/%1";
|
||||
"$BASEDIR/%1 \"$@\"";
|
||||
|
||||
content = content.arg(QFileInfo(target).fileName());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user