We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2776fd5 commit caa47fbCopy full SHA for caa47fb
util.py
@@ -87,7 +87,7 @@ def delete_remnants():
87
subprocess.call(f"mkdir \"{working_folder}\\shortcut\"", shell = True)
88
89
def post_create_shortcut():
90
- subprocess.call(f"explorer \"{working_folder}\\shortcut\"", shell = True)
+ subprocess.call(f"explorer \"{working_folder}shortcut\"", shell = True)
91
92
ctypes.windll.user32.MessageBoxW(
93
None,
0 commit comments