Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit828d7f1

Browse files
committed
add error check for installer build #GITBUILD
1 parent5ec4d9e commit828d7f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎BuildInstaller.bat‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ CD /D "%current_path%"
3232
ECHO:
3333
ECHO === Building Installer ===
3434
CALL"%devenv_path%" UnityLauncherPro.sln /Rebuild Release /Project UnityLauncherProInstaller
35+
SET"exitCode=%ERRORLEVEL%"
3536

3637
ECHO:
3738
ECHO === Build Complete ===
3839

39-
REMClean up registry key if needed (optional)
40+
REMOptional cleanup: disable workaround
4041
REG DELETE"HKCU\Software\Microsoft\VisualStudio\Setup" /v VSDisableOutOfProcBuild /f>NUL2>&1
4142

4243
ENDLOCAL
44+
EXIT /B%exitCode%

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp