forked from LBRYCommunity/lbry-sdk
no extra desktop shortcuts
This commit is contained in:
parent
a9e4343775
commit
871b3be09a
1 changed files with 26 additions and 26 deletions
52
setup.py
52
setup.py
|
@ -157,32 +157,32 @@ elif platform == WINDOWS:
|
||||||
None, # ShowCmd
|
None, # ShowCmd
|
||||||
'TARGETDIR', # WkDir
|
'TARGETDIR', # WkDir
|
||||||
),
|
),
|
||||||
('DaemonShortcut', # Shortcut
|
# ('DaemonShortcut', # Shortcut
|
||||||
'DesktopFolder', # Directory
|
# 'DesktopFolder', # Directory
|
||||||
'lbrynet-daemon', # Name
|
# 'lbrynet-daemon', # Name
|
||||||
'TARGETDIR', # Component
|
# 'TARGETDIR', # Component
|
||||||
'[TARGETDIR]\lbrynet-daemon.exe', # Target
|
# '[TARGETDIR]\lbrynet-daemon.exe', # Target
|
||||||
'--log-to-console', # Arguments
|
# '--log-to-console', # Arguments
|
||||||
description, # Description
|
# description, # Description
|
||||||
None, # Hotkey
|
# None, # Hotkey
|
||||||
None, # Icon
|
# None, # Icon
|
||||||
None, # IconIndex
|
# None, # IconIndex
|
||||||
None, # ShowCmd
|
# None, # ShowCmd
|
||||||
'TARGETDIR', # WkDir
|
# 'TARGETDIR', # WkDir
|
||||||
),
|
# ),
|
||||||
('DaemonCLIShortcut', # Shortcut
|
# ('DaemonCLIShortcut', # Shortcut
|
||||||
'DesktopFolder', # Directory
|
# 'DesktopFolder', # Directory
|
||||||
'lbrynet-cli', # Name
|
# 'lbrynet-cli', # Name
|
||||||
'TARGETDIR', # Component
|
# 'TARGETDIR', # Component
|
||||||
'[TARGETDIR]\lbrynet-cli.exe', # Target
|
# '[TARGETDIR]\lbrynet-cli.exe', # Target
|
||||||
None, # Arguments
|
# None, # Arguments
|
||||||
description, # Description
|
# description, # Description
|
||||||
None, # Hotkey
|
# None, # Hotkey
|
||||||
None, # Icon
|
# None, # Icon
|
||||||
None, # IconIndex
|
# None, # IconIndex
|
||||||
None, # ShowCmd
|
# None, # ShowCmd
|
||||||
'TARGETDIR', # WkDir
|
# 'TARGETDIR', # WkDir
|
||||||
),
|
# ),
|
||||||
('ProgramMenuLBRYShortcut', # Shortcut
|
('ProgramMenuLBRYShortcut', # Shortcut
|
||||||
'ProgramMenuFolder', # Directory
|
'ProgramMenuFolder', # Directory
|
||||||
# r'[ProgramMenuFolder]\lbrynet', # Directory
|
# r'[ProgramMenuFolder]\lbrynet', # Directory
|
||||||
|
|
Loading…
Reference in a new issue