Skip to content

Commit

Permalink
Fix scripts for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMKW committed May 16, 2023
1 parent 383365f commit b1482bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python -m build
pyisotools
.\dist\pyisotools.exe
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"--clean",
"--add-data",
"pyisotools/gui/themes;themes/",
"pyisotools/__main__.py" "--windowed",
"pyisotools/__main__.py",
"--windowed",
)
else:
callArgs = (
Expand Down

0 comments on commit b1482bd

Please sign in to comment.