win_installer: don't include arch in file name

This commit is contained in:
Ryan 2021-01-30 12:20:24 -05:00
parent b72f02b9f2
commit 1fd574f556
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ UninstallDisplayIcon={app}\aegisub.exe
WizardImageFile={#INSTALLER_DIR}\welcome-large.bmp
WizardSmallImageFile={#INSTALLER_DIR}\aegisub-large.bmp
OutputBaseFilename=Aegisub-{#BUILD_GIT_VERSION_STRING}-{#ARCH}
VersionInfoDescription=Aegisub {#BUILD_GIT_VERSION_STRING} {#ARCH}-bit
OutputBaseFilename=Aegisub-{#BUILD_GIT_VERSION_STRING}
VersionInfoDescription=Aegisub {#BUILD_GIT_VERSION_STRING}
[Languages]
Name: "en"; MessagesFile: "compiler:Default.isl"