thorium-mirror/portable/README.win

23 lines
914 B
Text
Raw Normal View History

2022-01-01 22:23:56 -03:00
## Thorium Portable for Windows README.txt
2022-01-24 12:35:29 -03:00
## Copyright (c) 2022 Alex313031
2022-01-01 22:23:36 -03:00
# How to use the files in this .zip
# Unpack .zip to wherever
2022-01-01 22:20:09 -03:00
2022-01-24 16:06:16 -03:00
Contains THORIUM.BAT for running portable/standalone.
2022-01-01 22:20:09 -03:00
- Also contains CONTENT_SHELL.BAT for running the chromium content shell (blink).
2022-01-24 16:06:16 -03:00
BIN - Contains Thorium
2022-01-24 12:35:29 -03:00
- Contains chrome-devtools.ico for setting an icon for content_shell if you make a shortcut.
2022-01-01 22:20:09 -03:00
USER_DATA - Contains user profile data.
2022-01-24 16:06:16 -03:00
NOTE: You can also skip using THORIUM.BAT and just copy the contents of BIN somewhere, and run thorium.exe from within, note this will make a profile dir in C:\Users\
$USERNAME\AppData\Local\Chromium\User Data\ and write a few registry values. Don't do this if you are already running a vanilla chromium release.
2022-01-01 22:23:36 -03:00
Thanks for using Thorium and feel free to use the issues or discussions for problems, questions, features, or suggestions.
- Alex313031