mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Merge pull request #69 from Delphox/main
Fix portable .bat launcher for paths with spaces
This commit is contained in:
commit
0166eff61a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue