Skip to content

Commit

Permalink
portable cache dir fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Dec 29, 2023
1 parent 10c9aeb commit 84b9066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/portable/THORIUM-PORTABLE
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ exec > >(exec cat)
exec 2> >(exec cat >&2)

# Note: exec -a below is a bashism.
exec -a "$0" "$HERE/thorium" "--user-data-dir=$(pwd)/.config/thorium" "--disable-machine-id" "--disable-encryption" "$@"
exec -a "$0" "$HERE/thorium" "--user-data-dir=$(pwd)/.config/thorium" "--disk-cache-dir=$(pwd)/.config/cache" "--disable-machine-id" "--disable-encryption" "$@"
2 changes: 1 addition & 1 deletion infra/portable/THORIUM.BAT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
START "" "%cd%\BIN\thorium.exe" --user-data-dir="%~dp0%\USER_DATA" --allow-outdated-plugins --disable-logging --disable-breakpad
START "" "%cd%\BIN\thorium.exe" --user-data-dir="%~dp0%\USER_DATA" --disk-cache-dir="%~dp0%\USER_DATA\cache" --allow-outdated-plugins --disable-logging --disable-breakpad

0 comments on commit 84b9066

Please sign in to comment.