Skip to content

Commit 9a20a71

Browse files
committed
MUch nicer installer!
1 parent e7d6c2a commit 9a20a71

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

HSC.pro

+5
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ DISTFILES += \
4949
../Installer/config/config.xml \
5050
../Installer/packages/com.vendor.product/meta/license.txt \
5151
../Installer/packages/com.vendor.product/meta/package.xml \
52+
Installer/config/Style.qss \
53+
Installer/config/background.png \
54+
Installer/config/config.xml \
55+
Installer/packages/com.vendor.product/meta/license.txt \
56+
Installer/packages/com.vendor.product/meta/package.xml \
5257
android/AndroidManifest.xml \
5358
android/build.gradle \
5459
android/gradle.properties \

HSC.pro.user

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE QtCreatorProject>
3-
<!-- Written by QtCreator 9.0.84, 2023-03-27T18:26:40. -->
3+
<!-- Written by QtCreator 9.0.84, 2023-03-28T11:28:49. -->
44
<qtcreator>
55
<data>
66
<variable>EnvironmentId</variable>
@@ -90,7 +90,7 @@
9090
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 6.6.0 MSVC2019 64bit</value>
9191
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 6.6.0 MSVC2019 64bit</value>
9292
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.qt6.dev.win64_msvc2019_64_kit</value>
93-
<value type="qlonglong" key="ProjectExplorer.Target.ActiveBuildConfiguration">1</value>
93+
<value type="qlonglong" key="ProjectExplorer.Target.ActiveBuildConfiguration">3</value>
9494
<value type="qlonglong" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
9595
<value type="qlonglong" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
9696
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
@@ -337,7 +337,7 @@
337337
<value type="bool" key="RunConfiguration.UseLibrarySearchPath">true</value>
338338
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
339339
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
340-
<value type="QString" key="RunConfiguration.WorkingDirectory.default">C:/Users/chris/Documents/QtSource/HSC/build-HSC-Desktop_Qt_6_6_0_MSVC2019_64bit-Release</value>
340+
<value type="QString" key="RunConfiguration.WorkingDirectory.default">C:/Users/chris/Documents/QtSource/HSC/build-HSC-Desktop_Qt_6_6_0_MSVC2019_64bit-Install</value>
341341
</valuemap>
342342
<value type="qlonglong" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
343343
</valuemap>

Installer/config/Style.qss

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
QFrame, QLabel, QToolTip {
2+
border: 0px;
3+
background-color: transparent;
4+
background-image: background.png
5+
}

Installer/config/background-save.png

78.1 KB
Loading

Installer/config/background.png

23 KB
Loading

Installer/config/config.xml

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<Publisher>SoftwareOnHand</Publisher>
77
<StartMenuDir>HeroSystem SpeedChart</StartMenuDir>
88
<TargetDir>@ApplicationsDirX64@/HeroSystem-SpeedChart</TargetDir>
9-
<RunProgram>@TargetDir@/HeroSystem SpeedChart</RunProgram>
10-
<RunProgramDescription>Run "HeroSystem SpeedChart"</RunProgramDescription>
9+
<RunProgram>@TargetDir@/HeroSystem SpeedChart</RunProgram>
10+
<RunProgramDescription>Run "HeroSystem SpeedChart"</RunProgramDescription>
11+
<Background>background.png</Background>
12+
<WizardStyle>Mac</WizardStyle>
13+
<WizardShowPageList>false</WizardShowPageList>
14+
<StyleSheet>Style.qss</StyleSheet>
1115
</Installer>

0 commit comments

Comments
 (0)