Fix portable .bat launcher for paths with spaces

This commit is contained in:
Delphox 2022-08-21 16:14:45 +00:00
parent afc922e811
commit f095effe17
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
START /D "%cd%\BIN\" %cd%\BIN\thorium.exe --user-data-dir="%~dp0%\USER_DATA" --no-default-browser-check --allow-outdated-plugins --disable-logging --disable-breakpad --enable-experimental-web-platform-features --new-canvas-2d-api
START "" "%cd%\BIN\thorium.exe" --user-data-dir="%~dp0%\USER_DATA" --no-default-browser-check --allow-outdated-plugins --disable-logging --disable-breakpad --enable-experimental-web-platform-features --new-canvas-2d-api

View file

@ -1 +1 @@
START /D "%cd%\BIN\106.0.5237.0\" %cd%\BIN\106.0.5237.0\thorium_shell.exe --data-path="%~dp0%\USER_DATA\thorium_shell" --no-default-browser-check --allow-outdated-plugins --disable-logging --disable-breakpad --enable-experimental-web-platform-features --new-canvas-2d-api
START "" "%cd%\BIN\106.0.5237.0\thorium_shell.exe" --data-path="%~dp0%\USER_DATA\thorium_shell" --no-default-browser-check --allow-outdated-plugins --disable-logging --disable-breakpad --enable-experimental-web-platform-features --new-canvas-2d-api