Skip to content

Commit e36194a

Browse files
authored
Add a dash in the installer path between the version number (#36693)
1 parent 971e769 commit e36194a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/windows/build-installer.iss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define AppNameLong AppName + " " + AppVersion
33
#define AppMainExeName "bin\julia.exe"
44
#define CurrentYear GetDateTimeString('yyyy', '', '')
5-
#define DirName AppName + " " + AppVersion
5+
#define DirName AppName + "-" + AppVersion
66

77

88
[LangOptions]
@@ -110,7 +110,6 @@ Root: HKA; Subkey: "{code:GetEnvironmentKey}"; ValueType: expandsz; ValueName: "
110110
[Code]
111111
112112
procedure InitializeWizard;
113-
114113
begin
115114
WizardForm.Bevel.Visible := False;
116115
WizardForm.Bevel1.Visible := False;

0 commit comments

Comments
 (0)