Skip to content

Commit fd0b71b

Browse files
add
1 parent 17be1ce commit fd0b71b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build = ["nuitka>=2.8.9", "zstandard>=0.25.0"]
2929
dev = ["poethepoet>=0.39.0"]
3030

3131
[tool.poe.tasks]
32-
nuitka = "nuitka --standalone --onefile --clang --lto=yes --python-flag=-m --python-flag=-OO --disable-bytecode-cache --assume-yes-for-downloads ./app"
32+
nuitka = "nuitka --standalone --onefile --clang --lto=yes --python-flag=-m --python-flag=-OO --disable-bytecode-cache --assume-yes-for-downloads --windows-icon-from-ico=./assets/logo.ico ./app"
3333
nuitka-linux = "nuitka --standalone --onefile --clang --lto=yes --python-flag=-m --python-flag=-OO --disable-bytecode-cache --assume-yes-for-downloads ./app"
3434
nuitka-debug = "nuitka --standalone --onefile --clang --lto=yes --debug --python-flag=-m --python-flag=-OO --disable-bytecode-cache --assume-yes-for-downloads ./app"
3535

src/cli/test.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)