MilkyDeveloper / ReshadeForUWP

An awesome GUI wrapper that injects Reshade in UWP games that supports Xbox Game Pass PC and Microsoft Store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't use constant file paths

marcussacana opened this issue · comments

The tool don't launch in my computer because I have an special windows installation where the disk C:\ only for the Windows folder (SSD) and the Users/Program Files folders are in the HDD in disk D:\
I managed to launch the tool right after update the paths in the source.
Anyway, thx for the tool

This tool isn't supported in WSL or Windows. Which file paths specifically?

You should look in your own code

Oops! Super sorry, I had a Linux on chromebooks project and I confused it with this. This tool is supported on Windows, I'll definetly look into changing this!

Just use Environment.GetFolderPath should solve the problem.