Skip to content

Commit

Permalink
Test: Setup
Browse files Browse the repository at this point in the history
Signed-off-by: NaveenKumar Namachivayam ⚡ <[email protected]>
  • Loading branch information
QAInsights committed Nov 23, 2023
1 parent 96d4ffb commit cb20d02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions windows/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

build_exe_options = {
"include_files": ["windows\\hamster.png",
"config.py",
"utils.py",
"hamster_app.properties",
"windows\\config.py",
"windows\\utils.py",
"windows\\hamster_app.properties",
],
}
base = "Win32GUI" if sys.platform == "win32" else None
Expand Down

0 comments on commit cb20d02

Please sign in to comment.