mirror of
https://github.com/QuasarApp/SoundBand.git
synced 2025-04-26 15:24:31 +00:00
fix installer
This commit is contained in:
parent
a45c934da6
commit
5bbeac1dbf
3
.gitignore
vendored
3
.gitignore
vendored
@ -14,6 +14,9 @@
|
||||
|
||||
installer/packages/app/data
|
||||
installer/packages/app/data/*
|
||||
installer/SoundBandInstaller
|
||||
installer/logs.log
|
||||
installer/songdata.dat
|
||||
|
||||
*.qmake.stash
|
||||
*.qmake.cache
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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.
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user