fix installer

This commit is contained in:
Andrei Yankovich 2018-08-20 10:03:47 +03:00
parent a45c934da6
commit 5bbeac1dbf
6 changed files with 18 additions and 10 deletions

3
.gitignore vendored
View File

@ -14,6 +14,9 @@
installer/packages/app/data
installer/packages/app/data/*
installer/SoundBandInstaller
installer/logs.log
installer/songdata.dat
*.qmake.stash
*.qmake.cache

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>App</Name>
<Name>SoundBand</Name>
<Version>1.0.0</Version>
<Title>App</Title>
<Title>SoundBand</Title>
<Publisher>QuasarApp</Publisher>
<TargetDir>@homeDir@/App</TargetDir>
<TargetDir>@homeDir@/SoundBand</TargetDir>
<AllowNonAsciiCharacters>true</AllowNonAsciiCharacters>
<MaintenanceToolName>Uninstall</MaintenanceToolName>
<RemoveTargetDir>true</RemoveTargetDir>

View File

@ -14,7 +14,7 @@ QT_DIR = $$dirname(QMAKE_QMAKE)
LUPDATE = $$QT_DIR/lupdate
LRELEASE = $$QT_DIR/lrelease
OUT_FILE = installerApp
OUT_FILE = SoundBandInstaller
QT_DIR = $$dirname(QMAKE_QMAKE)
QML_DIR = $$QT_DIR/../qml

View File

@ -63,8 +63,8 @@ Component.prototype.createOperations = function()
}
function generateTr() {
component.setValue("DisplayName", qsTr("App"));
component.setValue("Description", qsTr("Install App"));
component.setValue("DisplayName", qsTr("SoundBand"));
component.setValue("Description", qsTr("Install SoundBand"));
}

Binary file not shown.

View File

@ -31,14 +31,19 @@
<translation type="vanished">Внимание! Этот каталог уже создан, чтобы продолжить установку выберите другой каталог!</translation>
</message>
<message>
<location filename="installscript.js" line="66"/>
<source>App</source>
<translation>Основные компоненнты</translation>
<translation type="vanished">Основные компоненнты</translation>
</message>
<message>
<location filename="installscript.js" line="66"/>
<source>SoundBand</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="installscript.js" line="67"/>
<source>Install App</source>
<translation>установка основного компонента</translation>
<source>Install SoundBand</source>
<oldsource>Install App</oldsource>
<translation type="unfinished">установка основного компонента</translation>
</message>
</context>
</TS>