Skip to content
This repository has been archived by the owner on Aug 12, 2018. It is now read-only.

Commit

Permalink
Remove VS2012 suffix from the packages.
Browse files Browse the repository at this point in the history
VS2012 are the default builds now.
  • Loading branch information
XhmikosR committed Jul 19, 2013
1 parent 8acf94c commit 9a861e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/make_zip.bat
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ IF "%~1" == "" (
:START
SET INPUTDIRx86=bin\%COMPILER%\Release_x86
SET INPUTDIRx64=bin\%COMPILER%\Release_x64
IF NOT "%COMPILER%" == "WDK" SET SUFFIX=_%COMPILER%
IF /I NOT "%COMPILER%" == "VS2012" SET SUFFIX=_%COMPILER%
SET "TEMP_NAME=temp_zip%SUFFIX%"

IF NOT EXIST "..\%INPUTDIRx86%\Notepad2.exe" CALL :SUBMSG "ERROR" "Compile Notepad2 x86 first!"
Expand Down
2 changes: 1 addition & 1 deletion distrib/notepad2_setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ UninstallDisplayName={#app_name} {#app_version} ({#compiler})
DefaultDirName={pf}\Notepad2
LicenseFile=license.txt
OutputDir=.
#if defined(WDK)
#if defined(VS2012)
OutputBaseFilename={#app_name}.{#app_version}
#else
OutputBaseFilename={#app_name}.{#app_version}_{#compiler}
Expand Down

0 comments on commit 9a861e6

Please sign in to comment.