Program to copy/update ReShade DLLs and shaders
- Configuration, logs and database files are now being saved in "%LOCALAPPDATA%\ReShadeUtils"
- This program was compiled with PyInstaller
- poe test
- Compile both launcher and program with PyInstaller:
- python -O -m PyInstaller -y --clean --log-level INFO --workpath ./dist/build --distpath ./dist ./src/data/spec/launcher.spec
- python -O -m PyInstaller -y --clean --log-level INFO --workpath ./dist/build --distpath ./dist ./src/data/spec/reshadeUtils.spec
Released under the GNU GPL v3