SolDoesTech / HyprV4

452 stars 133 forks source link

Better VER and THEMEIS extraction logic to counter `-` in usernames #61

Closed rathod-sahaab closed 5 months ago

rathod-sahaab commented 9 months ago

If username has a - like me the script fails, this fixes the issues by reversing the string and working backwards, ensuring we only depend on the parts of path we can control.

I also reverse them back to avoid further confusion