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 8442765 commit 274c530Copy full SHA for 274c530
.github/workflows/build.yml
@@ -30,6 +30,7 @@ jobs:
30
nuitka-version: main
31
script-name: src/main.py
32
mode: app
33
+ windows-console-mode: disable
34
enable-plugins: tk-inter
35
36
- name: Change File Format ✨
README.md
@@ -47,7 +47,7 @@ follow the instruction to install Screen Saver App on Windows OS:
47
4. Create `exe` File with Nuitka
48
49
```bash
50
- nuitka --mode=app --assume-yes-for-downloads --enable-plugin=tk-inter src/main.py
+ nuitka --mode=app --assume-yes-for-downloads --enable-plugin=tk-inter --windows-console-mode=disable src/main.py
51
```
52
53
5. Change File Format to `scr`
0 commit comments