Skip to content

Commit 84968ea

Browse files
committed
Корректировка build_scriptsource.cmd, чтобы при успешном завершении не завершал командный файл, из которого был вызван.
1 parent 46cff7b commit 84968ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_scriptsource.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@ECHO OFF
2-
REM Copyright (C) 2020-2024 v0lt
2+
REM Copyright (C) 2020-2025 v0lt
33
REM
44
REM SPDX-License-Identifier: LGPL-2.1-only
55

@@ -114,7 +114,7 @@ IF DEFINED SEVENZIP (
114114
TITLE Compiling %TITLE% [FINISHED]
115115
TIMEOUT /T 3
116116
ENDLOCAL
117-
EXIT
117+
EXIT /B
118118

119119
:SubVSPath
120120
SET "PARAMS=-property installationPath -requires Microsoft.Component.MSBuild"

0 commit comments

Comments
 (0)