minor post 113 fixes

This commit is contained in:
Alexander Frick 2023-06-07 20:45:28 -05:00
parent 55ccb24c00
commit 6107359886
4 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -4,6 +4,7 @@ API_KEYS.txt
*.AppImage
*.zip
thorium_mini_installer.exe
thorium_AVX2_mini_installer.exe
thorium_mini_installer_SSE2.exe
thorium_mini_installer_SSE3.exe
thorium_mini_installer_AVX2.exe

View file

@ -1,7 +1,7 @@
// Dictionary of default apps to install into new profiles. They will be
// dynamically downloaded and installed from CWS on profile creation.
{
// Drive extension
// Docs extension
"ghbmnnjooekpmoecnnnilnnbdlolhkhi" : {
"external_update_url": "https://clients2.google.com/service/update2/crx"
}

View file

@ -1 +1 @@
START "" "%cd%\BIN\112.0.5615.166\thorium_shell.exe" --data-path="%~dp0%\USER_DATA\thorium_shell" --allow-outdated-plugins --disable-logging --disable-breakpad --enable-experimental-web-platform-features --new-canvas-2d-api
START "" "%cd%\BIN\113.0.5672.134\thorium_shell.exe" --data-path="%~dp0%\USER_DATA\thorium_shell" --allow-outdated-plugins --disable-logging --disable-breakpad --enable-experimental-web-platform-features --new-canvas-2d-api

View file

@ -68,7 +68,7 @@ usage () {
echo " --temp-profile Start with a new and temporary profile"
echo
echo " Other supported options are:"
MANWIDTH=80 man thorium-browser-stable | sed -e '1,/OPTIONS/d; /ENVIRONMENT/,$d'
MANWIDTH=80 man thorium-browser | sed -e '1,/OPTIONS/d; /ENVIRONMENT/,$d'
echo " See 'man thorium-browser-stable' for more details"
}