Skip to content

Commit caa47fb

Browse files
committed
Small fix when opening the shortcut folder
1 parent 2776fd5 commit caa47fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def delete_remnants():
8787
subprocess.call(f"mkdir \"{working_folder}\\shortcut\"", shell = True)
8888

8989
def post_create_shortcut():
90-
subprocess.call(f"explorer \"{working_folder}\\shortcut\"", shell = True)
90+
subprocess.call(f"explorer \"{working_folder}shortcut\"", shell = True)
9191

9292
ctypes.windll.user32.MessageBoxW(
9393
None,

0 commit comments

Comments
 (0)