Skip to content

Commit 2297b08

Browse files
committed
Use the full version string for the windows installer exe
1 parent b432e82 commit 2297b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/pkg/rust.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ DisableStartupPrompt=true
1919

2020
OutputDir=.\
2121
SourceDir=.\
22-
OutputBaseFilename=rust-{#CFG_VERSION_WIN}-install
22+
OutputBaseFilename=rust-{#CFG_VERSION}-install
2323
DefaultDirName={pf32}\Rust
2424

2525
Compression=lzma2/ultra

0 commit comments

Comments
 (0)