Skip to content

Commit e0011d7

Browse files
Windows: Change installer filename
Commit 45dad4b introduced uniform naming scheme for released files. However that was done only in Makefile.release, but windows IDE installer name is defined in installer NSIS script, and that wasn't changed due to mistake. This commit brings Windows installer file name to the same naming convention: arc_gnu_YYYY.MM_{product}_{os}_install Signed-off-by: Anton Kolesov <[email protected]>
1 parent c20f4db commit e0011d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-installer/installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
; Settings
4747

4848
# File and Installer Name
49-
outfile "${entry_name}_ide_${arcver}_win_install.exe"
49+
outfile "${entry_name}_${arcver}_ide_win_install.exe"
5050
Name "${arctitle} ${arcver}"
5151

5252
# Default directory

0 commit comments

Comments
 (0)