Skip to content

Commit

Permalink
Add --no-sandbox and other flags to Windows launch script (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease authored Jul 28, 2020
1 parent 32f70ec commit f9d2e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/win_scripts/kaleido.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
setlocal
chdir /d "%~dp0"
.\bin\kaleido.exe %*
.\bin\kaleido.exe --no-sandbox --allow-file-access-from-files --disable-breakpad %*

0 comments on commit f9d2e6b

Please sign in to comment.