change struct

This commit is contained in:
Andrei Yankovich 2020-03-21 15:35:08 +03:00
parent d38106e0c4
commit a9252796fb
7 changed files with 5 additions and 5 deletions

View File

@ -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');
}
}

View File

@ -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

View File

@ -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)

View File

@ -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