Skip to content

Commit 274c530

Browse files
committed
feat: add windows-console-mode option to Nuitka command in README and build workflow
1 parent 8442765 commit 274c530

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
nuitka-version: main
3131
script-name: src/main.py
3232
mode: app
33+
windows-console-mode: disable
3334
enable-plugins: tk-inter
3435

3536
- name: Change File Format ✨

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ follow the instruction to install Screen Saver App on Windows OS:
4747
4. Create `exe` File with Nuitka
4848

4949
```bash
50-
nuitka --mode=app --assume-yes-for-downloads --enable-plugin=tk-inter src/main.py
50+
nuitka --mode=app --assume-yes-for-downloads --enable-plugin=tk-inter --windows-console-mode=disable src/main.py
5151
```
5252

5353
5. Change File Format to `scr`

0 commit comments

Comments
 (0)