Skip to content

Commit

Permalink
#2288 add command line tool and its icon
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@22632 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 6, 2019
1 parent d7a8fb8 commit 8a31b89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added src/icons/sql.ico
Binary file not shown.
1 change: 1 addition & 0 deletions src/setup.py
Expand Up @@ -1396,6 +1396,7 @@ def add_service_exe(script, icon, base_name):
add_console_exe("xpra/scripts/config.py", "gears.ico", "Config_info")
if server_ENABLED:
add_console_exe("xpra/server/auth/sqlite_auth.py", "sqlite.ico", "SQLite_auth_tool")
add_console_exe("xpra/server/auth/sql_auth.py", "sql.ico", "SQL_auth_tool")
add_console_exe("xpra/server/auth/win32_auth.py", "authentication.ico", "System-Auth-Test")
add_console_exe("xpra/server/auth/ldap_auth.py", "authentication.ico", "LDAP-Auth-Test")
add_console_exe("xpra/server/auth/ldap3_auth.py", "authentication.ico", "LDAP3-Auth-Test")
Expand Down

0 comments on commit 8a31b89

Please sign in to comment.