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
|
||||
'TARGETDIR', # WkDir
|
||||
),
|
||||
('DaemonShortcut', # Shortcut
|
||||
'DesktopFolder', # Directory
|
||||
'lbrynet-daemon', # Name
|
||||
'TARGETDIR', # Component
|
||||
'[TARGETDIR]\lbrynet-daemon.exe', # Target
|
||||
'--log-to-console', # Arguments
|
||||
description, # Description
|
||||
None, # Hotkey
|
||||
None, # Icon
|
||||
None, # IconIndex
|
||||
None, # ShowCmd
|
||||
'TARGETDIR', # WkDir
|
||||
),
|
||||
('DaemonCLIShortcut', # Shortcut
|
||||
'DesktopFolder', # Directory
|
||||
'lbrynet-cli', # Name
|
||||
'TARGETDIR', # Component
|
||||
'[TARGETDIR]\lbrynet-cli.exe', # Target
|
||||
None, # Arguments
|
||||
description, # Description
|
||||
None, # Hotkey
|
||||
None, # Icon
|
||||
None, # IconIndex
|
||||
None, # ShowCmd
|
||||
'TARGETDIR', # WkDir
|
||||
),
|
||||
# ('DaemonShortcut', # Shortcut
|
||||
# 'DesktopFolder', # Directory
|
||||
# 'lbrynet-daemon', # Name
|
||||
# 'TARGETDIR', # Component
|
||||
# '[TARGETDIR]\lbrynet-daemon.exe', # Target
|
||||
# '--log-to-console', # Arguments
|
||||
# description, # Description
|
||||
# None, # Hotkey
|
||||
# None, # Icon
|
||||
# None, # IconIndex
|
||||
# None, # ShowCmd
|
||||
# 'TARGETDIR', # WkDir
|
||||
# ),
|
||||
# ('DaemonCLIShortcut', # Shortcut
|
||||
# 'DesktopFolder', # Directory
|
||||
# 'lbrynet-cli', # Name
|
||||
# 'TARGETDIR', # Component
|
||||
# '[TARGETDIR]\lbrynet-cli.exe', # Target
|
||||
# None, # Arguments
|
||||
# description, # Description
|
||||
# None, # Hotkey
|
||||
# None, # Icon
|
||||
# None, # IconIndex
|
||||
# None, # ShowCmd
|
||||
# 'TARGETDIR', # WkDir
|
||||
# ),
|
||||
('ProgramMenuLBRYShortcut', # Shortcut
|
||||
'ProgramMenuFolder', # Directory
|
||||
# r'[ProgramMenuFolder]\lbrynet', # Directory
|
||||
|
|
Loading…
Reference in a new issue