taku-nm / auto-cli

a simple script to automate the usage of revanced cli
225 stars 10 forks source link

bug: script fails when username contains ' #16

Closed taku-nm closed 9 months ago

taku-nm commented 9 months ago

given a single quote in the username, it escapes '%localappdata%\revanced-cli\input.json' early.

This fails the download of the input.json which in turn causes the entire script to fail.

taku-nm commented 9 months ago

fixed with release v1.36