mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-27 18:24:33 +00:00
change struct
This commit is contained in:
parent
d38106e0c4
commit
a9252796fb
@ -14,7 +14,7 @@ Controller.prototype.ComponentSelectionPageCallback = function()
|
||||
var widget = gui.currentPageWidget(); // get the current wizard page
|
||||
if (widget !== null && installer.isInstaller()) {
|
||||
widget.deselectAll();
|
||||
widget.selectComponent('cqtdeployer_1_4');
|
||||
widget.selectComponent('cqtdeployer.1_4');
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -8,8 +8,8 @@ unix:OUT_FILE_OFF = CQtDeployerOfflineInstaller.run
|
||||
|
||||
DEPLOY_TARGET = $$PWD/../CQtDeployer/build/release
|
||||
|
||||
DATA_DIR = $$PWD/packages/cqtdeployer_1_4/data/1.4
|
||||
META_DIR = $$PWD/packages/cqtdeployer_1_4/meta/
|
||||
DATA_DIR = $$PWD/packages/cqtdeployer.1_4/data/1.4
|
||||
META_DIR = $$PWD/packages/cqtdeployer.1_4/meta/
|
||||
|
||||
win32:OUT_LIB= -libOut lib
|
||||
win32:OUT_BIN= -binOut bin
|
||||
|
@ -3,7 +3,7 @@ import shutil
|
||||
import subprocess
|
||||
|
||||
dir_path = os.path.dirname(os.path.realpath(__file__))
|
||||
dest = dir_path + "/../packages/cqtdeployer_1_4/data/1.4/"
|
||||
dest = dir_path + "/../packages/cqtdeployer.1_4/data/1.4/"
|
||||
if not os.path.isdir(dest):
|
||||
os.makedirs(dest)
|
||||
|
||||
|
@ -32,7 +32,7 @@ parts:
|
||||
# See 'snapcraft plugins'
|
||||
|
||||
plugin: dump
|
||||
source: QIFData/packages/cqtdeployer_1_4/data/1.4
|
||||
source: QIFData/packages/cqtdeployer.1_4/data/1.4
|
||||
|
||||
stage-packages:
|
||||
- libfreetype6
|
||||
|
Loading…
x
Reference in New Issue
Block a user