Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: remove backslash escaping in folder paths #1

Closed
bigdogdylan00 opened this issue Dec 20, 2022 · 2 comments
Closed

Bug: remove backslash escaping in folder paths #1

bigdogdylan00 opened this issue Dec 20, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@bigdogdylan00
Copy link

Hey there, this is my first time submitting an issue on Github so I apologize if the format isn't quite right. I created a custom folder on my desktop for Steam shortcuts, however when I pasted it in verbatim the program read the backslash as the beginning to an escape sequence. I was able to fix it by using double backslashes, as one would expect, however I'm not sure if there's an easy way to sanitize that input to correct that automatically.

@LAB02-Admin
Copy link
Member

Yep you're right, glad you figured it out for yourself. I'll fix its behavior.

@LAB02-Admin LAB02-Admin changed the title Folder Path Read as Start to Escape Sequence Bug: remove backslash escaping in folder paths Dec 20, 2022
@LAB02-Admin LAB02-Admin self-assigned this Dec 20, 2022
@LAB02-Admin LAB02-Admin added the bug Something isn't working label Dec 20, 2022
@LAB02-Admin
Copy link
Member

Fixed in 2022.2.0.

You'll need to one-time replace all double backslashes with singles in both appsettings.json and processedshortcuts.json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants