Skip to content

Commit 4fece33

Browse files
committed
Reformat build scripts
1 parent 0fa9c66 commit 4fece33

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

NlightNuitka.bat

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
nuitka --onefile --disable-console --follow-imports --enable-plugin=pyside6 --product-version="1.10.0.2" --file-version="1.10.0.2" --company-name="brandonzorn" --product-name="Nlight" --windows-icon-from-ico="pkg_res/Nlight.ico" -o "Nlight" --output-dir=build_nuitka/ main.py
1+
nuitka ^
2+
--onefile ^
3+
--windows-console-mode=disable ^
4+
--follow-imports ^
5+
--enable-plugin=pyside6 ^
6+
--product-version="1.10.4.0" ^
7+
--file-version="1.10.4.0" ^
8+
--company-name="brandonzorn" ^
9+
--product-name="Nlight" ^
10+
--windows-icon-from-ico="pkg_res/Nlight.ico" ^
11+
-o "Nlight" ^
12+
--output-dir=build_nuitka/ ^
13+
main.py

NlightPyinstaller.bat

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
pyinstaller --noconfirm --onefile --windowed --icon "pkg_res/Nlight.ico" --name "Nlight" --version-file "pkg_res/version_info.txt" main.py
1+
pyinstaller ^
2+
--noconfirm ^
3+
--onefile ^
4+
--windowed ^
5+
--icon "pkg_res/Nlight.ico" ^
6+
--name "Nlight" ^
7+
--version-file "pkg_res/version_info.txt" ^
8+
main.py

0 commit comments

Comments
 (0)