We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383365f commit b1482bdCopy full SHA for b1482bd
build.bat
@@ -1,2 +1,2 @@
1
python -m build
2
-pyisotools
+.\dist\pyisotools.exe
build.py
@@ -16,7 +16,8 @@
16
"--clean",
17
"--add-data",
18
"pyisotools/gui/themes;themes/",
19
- "pyisotools/__main__.py" "--windowed",
+ "pyisotools/__main__.py",
20
+ "--windowed",
21
)
22
else:
23
callArgs = (
0 commit comments