This commit is contained in:
Andrei Yankovich 2019-11-16 17:05:37 +03:00
parent deaad94afd
commit 0d78c1305b
4 changed files with 9 additions and 4 deletions

View File

@ -19,7 +19,7 @@ TEMPLATE = lib
DEFINES += DEPLOY_LIBRARY
VERSION = 1.3.1.1
VERSION = 1.3.2.0
DEFINES += APP_VERSION='\\"$$VERSION\\"'

View File

@ -113,7 +113,12 @@ bool MetaFileManager::createRunScript(const QString &target) {
return createRunScriptWindows(target);
}
return createRunScriptLinux(target);
if (sufix.isEmpty()) {
return createRunScriptLinux(target);
}
return true;
}
bool MetaFileManager::createQConf() {

@ -1 +1 @@
Subproject commit 7f33ec1794a96001d81a9ab9e9d966609987d50c
Subproject commit 235b7c2429e2957f0d1cdac6a25abec48b7a287a

View File

@ -6,7 +6,7 @@
#
name: cqtdeployer # you probably want to 'snapcraft register <name>'
version: '1.3.1.1' # just for humans, typically '1.2+git' or '1.3.2'
version: '1.3.2.0' # just for humans, typically '1.2+git' or '1.3.2'
summary: deploy your qt projects # 79 char long summary
description: |
Console app for deploy qt libs.