Skip to content

Commit b1482bd

Browse files
committed
Fix scripts for Windows
1 parent 383365f commit b1482bd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python -m build
2-
pyisotools
2+
.\dist\pyisotools.exe

build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"--clean",
1717
"--add-data",
1818
"pyisotools/gui/themes;themes/",
19-
"pyisotools/__main__.py" "--windowed",
19+
"pyisotools/__main__.py",
20+
"--windowed",
2021
)
2122
else:
2223
callArgs = (

0 commit comments

Comments
 (0)