diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-11 21:04:46 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-11 21:04:46 +0200 |
commit | 874ee694db9ae3e262b5cf402ce01df568b11abd (patch) | |
tree | a97a1b9ee40b0d8aa77585c4ec71846b9924d7f3 | |
parent | cca730a8d311f099d1b58ecd04051b612ae3ef72 (diff) |
installer: fix warning
-rw-r--r-- | installer/opentrack-installer.iss | 3 |
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" |