4
1
mirror of https://github.com/QuasarApp/Snake.git synced 2025-05-14 10:29:47 +00:00

fix win build

This commit is contained in:
Andrei Yankovich 2018-12-24 18:46:31 +03:00
parent 8c98e7bb7a
commit 59d000ac82
6 changed files with 9 additions and 8 deletions
CQtDeployer
Snake
installer
config
installer.pri
packages/Installer/meta

@ -1 +1 @@
Subproject commit 799c8db6146caa4442cb5cf7154ecfcf2bcad2d2
Subproject commit cf7bb46f0450f95f083e8c7eaead56f98986428c

@ -80,4 +80,4 @@ DISTFILES += \
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
win32:RC_ICONS += :/logo/icon
win32:RC_ICONS += img/icon.ico

@ -17,5 +17,5 @@
<StyleSheet>style.css</StyleSheet>
<Banner>banner.png</Banner>
<Logo>logo.png</Logo>
<RunProgram>@TargetDir@/Snake.exe</RunProgram>
<RunProgram>@TargetDir@/snake.exe</RunProgram>
</Installer>

@ -5,12 +5,13 @@
<name>controlScript</name>
<message>
<location filename="controlScript.js" line="15"/>
<source>Noisier</source>
<source>Snake</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="controlScript.js" line="16"/>
<source>Install Noisier</source>
<source>Install Snake</source>
<oldsource>Install Noisier</oldsource>
<translation type="unfinished"></translation>
</message>
</context>

@ -5,7 +5,7 @@ DEPLOY_TARGET = $$PWD/../Snake/build/release
LUPDATE = $$QT_DIR/lupdate
LRELEASE = $$QT_DIR/lrelease
win32:DEPLOYER = $$PWD/../CQtDeployer/distro/cqtdeployer.exe
win32:DEPLOYER = $$PWD/cqtdeployer/cqtdeployer.exe
unix:DEPLOYER = $$PWD/../CQtDeployer/distro/cqtdeployer.sh
OUT_FILE = installer

@ -4,12 +4,12 @@
<context>
<name>installscript</name>
<message>
<location filename="installscript.js" line="19"/>
<location filename="installscript.js" line="10"/>
<source>Installer</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="installscript.js" line="20"/>
<location filename="installscript.js" line="11"/>
<source>This package contains information of installer</source>
<translation type="unfinished"></translation>
</message>