Incorrect URL percent decoding (%3 is stripped) when browser is opened remotely (#211930)

This commit is contained in:
Martin Aeschlimann
2024-05-03 14:43:38 +02:00
committed by GitHub
parent 56b68aed6c
commit 0d57e42f23

View File

@@ -1,5 +1,5 @@
@echo off
setlocal
set ROOT_DIR=%~dp0..\..
call "%ROOT_DIR%\node.exe" "%ROOT_DIR%\out\server-cli.js" "@@APPNAME@@" "@@VERSION@@" "@@COMMIT@@" "@@APPNAME@@.cmd" "--openExternal" %*
start "Open Browser" /B "%ROOT_DIR%\node.exe" "%ROOT_DIR%\out\server-cli.js" "@@APPNAME@@" "@@VERSION@@" "@@COMMIT@@" "@@APPNAME@@.cmd" "--openExternal" "%*"
endlocal