YarnClassic icon indicating copy to clipboard operation
YarnClassic copied to clipboard

Run in Path on Windows Executable Seems Wonky and Maybe Misses Some Backslash Escapes

Open ellogwen opened this issue 4 years ago • 2 comments

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

ellogwen avatar Jan 29 '21 22:01 ellogwen

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 .

blurymind avatar Jan 29 '21 23:01 blurymind

Yes

ellogwen avatar Jan 30 '21 01:01 ellogwen