mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-27 02:04:33 +00:00
fix #218
This commit is contained in:
parent
deaad94afd
commit
0d78c1305b
@ -19,7 +19,7 @@ TEMPLATE = lib
|
||||
|
||||
DEFINES += DEPLOY_LIBRARY
|
||||
|
||||
VERSION = 1.3.1.1
|
||||
VERSION = 1.3.2.0
|
||||
|
||||
DEFINES += APP_VERSION='\\"$$VERSION\\"'
|
||||
|
||||
|
@ -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
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user