Skip to content

Commit 637be1a

Browse files
fix: readd logo (#296)
* feat: change poe commands * Update pyproject.toml
1 parent 03a72c9 commit 637be1a

1 file 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-windows = "nuitka --standalone --onefile --clang --lto=yes --python-flag=-m --python-flag=-OO --disable-bytecode-cache --assume-yes-for-downloads ./app"
32+
nuitka-windows = "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

0 commit comments

Comments
 (0)