Skip to content

Commit a7643b4

Browse files
committed
updated iss files with new constant
1 parent 57e9471 commit a7643b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/win/qView32.iss

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AppVerName={#MyAppName} {#MyAppVersion}
1616
AppPublisherURL={#MyAppURL}
1717
AppSupportURL={#MyAppURL}
1818
AppUpdatesURL={#MyAppURL}
19-
DefaultDirName={pf}\{#MyAppName}
19+
DefaultDirName={commonpf}\{#MyAppName}
2020
LicenseFile=../../LICENSE
2121
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-win32
2222
SetupIconFile=qView.ico

dist/win/qView64.iss

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AppVerName={#MyAppName} {#MyAppVersion}
1616
AppPublisherURL={#MyAppURL}
1717
AppSupportURL={#MyAppURL}
1818
AppUpdatesURL={#MyAppURL}
19-
DefaultDirName={pf}\{#MyAppName}
19+
DefaultDirName={commonpf}\{#MyAppName}
2020
LicenseFile=../../LICENSE
2121
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-win64
2222
SetupIconFile=qView.ico

0 commit comments

Comments
 (0)