Skip to content

Commit

Permalink
added build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonzorn committed Jan 4, 2024
1 parent 0b74d17 commit 65d22a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
/build*
/Nlight.spec
/keys.py
/Nlight*.bat
/Nlight*.sh
/package
*.pyc
.dmypy.json
1 change: 1 addition & 0 deletions NlightNuitka.bat
Original file line number Diff line number Diff line change
@@ -0,0 +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 change: 1 addition & 0 deletions NlightPyinstaller.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pyinstaller --noconfirm --onefile --windowed --icon "pkg_res/Nlight.ico" --name "Nlight" --version-file "pkg_res/version_info.txt" main.py

0 comments on commit 65d22a6

Please sign in to comment.