YarnClassic
YarnClassic copied to clipboard
Run in Path on Windows Executable Seems Wonky and Maybe Misses Some Backslash Escapes
I noticed, that the Run In Directory of the default Shortcut created in Version 0.4.119
seems off. It states
"rn-editor\Yarn Editor.exe3C:\Users\<User>\AppData\Local\Programs\yarn-editorCC:\Users\<User>\Ap"
but instead it should be something like this?
"C:\Users\<User>\AppData\Local\Programs\yarn-editor"
I just created a new shortcut and repalced the old one, then the icon works as well
Is that the desktop icon created by electron when installed?
On Fri, 29 Jan 2021, 22:11 ellogwen, [email protected] wrote:
I noticed, that the Run In Directory of the default Shortcut created in Version 0.4.119 seems off. It states
"rn-editor\Yarn Editor.exe3C:\Users<User>\AppData\Local\Programs\yarn-editorCC:\Users<User>\Ap"
but instead it should be something like this?
"C:\Users<User>\AppData\Local\Programs\yarn-editor"
I just created a new shortcut and repalced the old one, then the icon works as well
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/YarnSpinnerTool/YarnEditor/issues/241, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRRWVOVPDVCB3K77XFGKHDS4MXBNANCNFSM4WZTTN7Q .
Yes