rename "InnoSetupScript" to "installer"

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@372 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
XhmikosR 2011-03-23 10:51:53 +00:00
parent 674b2c4156
commit 6bcd1d2c6a
10 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ IF /I "%BUILDTYPE%" == "Clean" GOTO END
CALL :SubDetectInno
IF DEFINED InnoSetupPath (
PUSHD "InnoSetupScript"
PUSHD "installer"
"%InnoSetupPath%\iscc.exe" /Q "Subtitle_Edit_installer.iss"
IF %ERRORLEVEL% NEQ 0 GOTO EndWithError

View File

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB