Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
use guiscrcpy-noconsole for windows shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
levirs565 committed Jan 11, 2021
1 parent 7c4788d commit 1204308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guiscrcpy/platform/windows_tools/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def make_shortcut():
dest = os.path.join(folder, "guiscrcpy.lnk")

wscript = _WSHELL.CreateShortCut(dest)
wscript.Targetpath = "guiscrcpy.exe"
wscript.Targetpath = "guiscrcpy-noconsole.exe"
wscript.WorkingDirectory = userfolders.home
wscript.WindowStyle = 0
wscript.Description = "An Open Source Android Screen Mirroring System"
Expand Down

0 comments on commit 1204308

Please sign in to comment.