Skip to content

Commit 6537d3e

Browse files
Add files via upload
1 parent 6688b90 commit 6537d3e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/build.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@echo off
2+
REM ### Nuitka Python to C convert and compile ###
3+
REM ### Standalone build ###
4+
python -m nuitka --disable-console --lto=yes --enable-plugin=tk-inter --onefile aurora_text_editor.py

0 commit comments

Comments
 (0)