Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit 19ad6e5

Browse files
author
Raven
committed
Add back arg for window icon in build script
1 parent 7e54288 commit 19ad6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
set FileVersion=1.0.0.0
33
set ProductVersion=1.2.0.0
44

5-
python -m nuitka --onefile --standalone --enable-plugins=tk-inter --remove-output --output-dir=dist --output-filename=Poly.exe --follow-imports --product-name="Poly" --company-name="Raven Development Team" --file-description="A terminal multiplexer with tabs, autocomplete, and more." --file-version=%FileVersion% --product-version=%ProductVersion% --copyright="Copyright (c) 2025 Raven Development Team" --onefile-tempdir-spec="{CACHE_DIR}\RavenDevelopmentTeam\Poly\{VERSION}" poly.py
5+
python -m nuitka --onefile --standalone --enable-plugins=tk-inter --remove-output --output-dir=dist --output-filename=Poly.exe --windows-icon-from-ico=ICON.ico --follow-imports --product-name="Poly" --company-name="Raven Development Team" --file-description="A terminal multiplexer with tabs, autocomplete, and more." --file-version=%FileVersion% --product-version=%ProductVersion% --copyright="Copyright (c) 2025 Raven Development Team" --onefile-tempdir-spec="{CACHE_DIR}\RavenDevelopmentTeam\Poly\{VERSION}" poly.py
66
pause

0 commit comments

Comments
 (0)