summaryrefslogtreecommitdiffhomepage
path: root/installer/opentrack-installer.iss
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-05-11 21:04:46 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-05-11 21:04:46 +0200
commit874ee694db9ae3e262b5cf402ce01df568b11abd (patch)
treea97a1b9ee40b0d8aa77585c4ec71846b9924d7f3 /installer/opentrack-installer.iss
parentcca730a8d311f099d1b58ecd04051b612ae3ef72 (diff)
installer: fix warning
Diffstat (limited to 'installer/opentrack-installer.iss')
-rw-r--r--installer/opentrack-installer.iss3
1 files changed, 1 insertions, 2 deletions
diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss
index 32b9159c..7bb5ced1 100644
--- a/installer/opentrack-installer.iss
+++ b/installer/opentrack-installer.iss
@@ -20,7 +20,7 @@ AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
-DefaultDirName={pf}\{#MyAppName}
+DefaultDirName={commonpf}\{#MyAppName}
DefaultGroupName={#MyAppName}
AllowNoIcons=yes
OutputBaseFilename={#MyAppVersion}-win32-setup
@@ -34,7 +34,6 @@ RestartIfNeededByRun=False
InternalCompressLevel=ultra
CompressionThreads=4
LZMANumFastBytes=273
-MinVersion=0,6
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"