Alex313031 / Thorium-Win

Chromium fork for Windows named after radioactive element No. 90; Windows builds of https://github.com/Alex313031/Thorium
https://thorium.rocks/
BSD 3-Clause "New" or "Revised" License
1.28k stars 33 forks source link

Batch file problem #146

Closed Akaro5 closed 5 months ago

Akaro5 commented 5 months ago

System Details

Problem The batch file creates the folders "~dp0\USER_DATA\cache" and saves the data there.

Screenshots 1 2 3

Additional Notes When I delete "--disk-cache-dir="%~dp0%\USER_DATA\cache" all data saves in USER_DATA folder. Can this cause problems if I use it withous this? If I understand everything correctly, data should saves in USER_DATA folder, not in the "~dp0\USER_DATA\cache"

Alex313031 commented 5 months ago

@Akaro5 Correct. Let me look into it. In the meantime, you can just remove that line if you dont care about thorium writing its cache to your system TEMP folder.

Alex313031 commented 5 months ago

@Akaro5 Fixed, the goal was to prevent cache writes outside the dir, but it looks like it puts it in USER_DATA even without the flag, so I just removed it and reverted back to the way the .bat files were before. The lastest M120 release has this fix.