We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6688b90 commit 6537d3eCopy full SHA for 6537d3e
src/build.bat
@@ -0,0 +1,4 @@
1
+@echo off
2
+REM ### Nuitka Python to C convert and compile ###
3
+REM ### Standard build ###
4
+python -m nuitka --disable-console --lto=yes aurora_text_editor.py
src/build_standalone.bat
+REM ### Standalone build ###
+python -m nuitka --disable-console --lto=yes --enable-plugin=tk-inter --onefile aurora_text_editor.py
0 commit comments