mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-27 10:14:32 +00:00
fix help
This commit is contained in:
parent
5cd777a27b
commit
c345f10e59
@ -65,6 +65,7 @@ void DeployUtils::help() {
|
||||
qInfo() << " | for example -libDir ~/myLib,~/newLibs ";
|
||||
qInfo() << " -extraPlugin[list,params]: set additional path for extraPlugin of app";
|
||||
qInfo() << " -recursiveDepth [params] : set Depth for recursive search of libs (default 0)";
|
||||
qInfo() << " -targetDir [params] : set target Dir for binaryes (default is path of first target)";
|
||||
|
||||
qInfo() << " verbose : show debug log";
|
||||
|
||||
|
@ -30,7 +30,6 @@ Key differences of this program:
|
||||
| -ignore [list,params] | ignore filter for libs |
|
||||
| | for example -ignore libicudata.so.56,libicudata2.so.56 |
|
||||
| clear | delete all old deploy data |
|
||||
| -runScript [params] | set new name of out file (AppRun.sh by default and) (linux omly)|
|
||||
| | for example -runScript myApp.sh |
|
||||
| allQmlDependes | This flag will force to extract all qml libraries. |
|
||||
| | (not recommended, as it takes up a lot of memory) |
|
||||
@ -88,7 +87,6 @@ Console QtDeployer является консольной реализацией
|
||||
| -ignore [list,params] | Список библиотек для игнорирования |
|
||||
| | Пример -ignore libicudata.so.56,libicudata2.so.56 |
|
||||
| clear | удалит все старые файлы (с прошлого запуска) |
|
||||
| -runScript [params] | установить новое имя результирующего файла (AppRun.sh по умолчанию) (только linux) |
|
||||
| | пример -runScript myApp.sh |
|
||||
| allQmlDependes | Этот флаг заставит извлекать все библиотеки qml. |
|
||||
| | (не рекомендуется, так как занимает много памяти) |
|
||||
|
Loading…
x
Reference in New Issue
Block a user