AccentColorizer
AccentColorizer copied to clipboard
Fix Install.cmd
Line 23:
cd "%LOCAL_INSTALLATION_PATH%"
→ cd /d "%LOCAL_INSTALLATION_PATH%"
/d also changes the drive. This is needed if the installer is run from outside of the C: drive, otherwise it throws an error and doesn't launch the application after installing
Good point, thank you