mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-12 09:29:35 +00:00
Merge branch 'version_1_0' of github.com:QuasarApp/CDQ into version_1_0
This commit is contained in:
commit
7cee38b201
@ -8,7 +8,8 @@
|
|||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
CONFIG += ordered
|
CONFIG += ordered
|
||||||
|
|
||||||
SUBDIRS += CQtDeployer \
|
SUBDIRS += QuasarAppLib \
|
||||||
QuasarAppLib
|
CQtDeployer
|
||||||
|
|
||||||
|
|
||||||
QuasarAppLib.file = $$PWD/QuasarAppLib/QuasarApp.pro
|
QuasarAppLib.file = $$PWD/QuasarAppLib/QuasarApp.pro
|
||||||
|
@ -75,7 +75,7 @@ bool Deploy::createRunScript() {
|
|||||||
|
|
||||||
content = content.arg(QFileInfo(target).fileName());
|
content = content.arg(QFileInfo(target).fileName());
|
||||||
|
|
||||||
QString fname = targetDir + QDir::separator() + QFileInfo(target).fileName() + ".sh";
|
QString fname = targetDir + QDir::separator() + "AppRun.sh";
|
||||||
|
|
||||||
QFile F(fname);
|
QFile F(fname);
|
||||||
if (!F.open(QIODevice::WriteOnly)) {
|
if (!F.open(QIODevice::WriteOnly)) {
|
||||||
@ -126,8 +126,6 @@ void Deploy::deploy() {
|
|||||||
strip(targetDir + QDir::separator() + "plugins");
|
strip(targetDir + QDir::separator() + "plugins");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (!createRunScript()) {
|
if (!createRunScript()) {
|
||||||
qCritical() << "run script not created!";
|
qCritical() << "run script not created!";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user