Skip to content

Commit

Permalink
#4064 add exe tool for configure gui
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Dec 9, 2023
1 parent 6a4ed2a commit 9213dd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1605,6 +1605,7 @@ def add_service_exe(script, icon, base_name):
add_console_exe("xpra/platform/keyboard.py", "keymap.ico", "Keyboard_info")
add_gui_exe("xpra/gtk/examples/tray.py", "xpra.ico", "SystemTray_Test")
add_gui_exe("xpra/gtk/dialogs/u2f_tool.py", "authentication.ico", "U2F_Tool")
add_gui_exe("xpra/gtk/configure/main.py", "toolbox.ico", "Configure")
if client_ENABLED or server_ENABLED:
add_console_exe("xpra/platform/win32/scripts/exec.py", "python.ico", "Python_exec_cmd")
add_gui_exe("xpra/platform/win32/scripts/exec.py", "python.ico", "Python_exec_gui")
Expand Down

0 comments on commit 9213dd6

Please sign in to comment.