Skip to content

Commit

Permalink
Add: GH Workflow for Windows
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 ea9e01c commit 63fcb12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion windows/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# from windows import __VERSION__

build_exe_options = {
"include_files": ["img\\hamster.png"]
"include_files": ["img/hamster.png"]

}

base = "Win32GUI" if sys.platform == "win32" else None
Expand Down

0 comments on commit 63fcb12

Please sign in to comment.