You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a missing backslash in both the path to icon and path to the cmd file to launch the shell.
It should be (example) C:\\msys64\msys2.ico, but generated C:\\msys64msys2.ico
It should be (example) C:\\msys64\msys2_shell.cmd, but generated C:\\msys64msys2_shell.cmd
The text was updated successfully, but these errors were encountered:
Artoria2e5
added a commit
to Artoria2e5/msys2-mingw-shortcut-menus
that referenced
this issue
Aug 15, 2024
There is a missing backslash in both the path to icon and path to the cmd file to launch the shell.
It should be (example)
C:\\msys64\msys2.ico
, but generatedC:\\msys64msys2.ico
It should be (example)
C:\\msys64\msys2_shell.cmd
, but generatedC:\\msys64msys2_shell.cmd
The text was updated successfully, but these errors were encountered: