Skip to content

Commit 927e5f4

Browse files
committed
Fix: ignore explorer exit code in release script
1 parent 8ff282e commit 927e5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ move "dist\*.zip" %destdir%
2020
move "wix\DataLab-%VERSION%.msi" %destdir%
2121
copy "CHANGELOG.md" %destdir%
2222
move %MODNAME%\data\doc\*.pdf %destdir%
23-
explorer %destdir%
23+
explorer %destdir% || exit /b 0
2424

2525
call %FUNC% EndOfScript

0 commit comments

Comments
 (0)