Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 1715b98

Browse files
author
Raven
committed
Change icon to Lite variant, update build script
1 parent 0ffd6a0 commit 1715b98

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.bat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
@echo off
2-
python -m nuitka --onefile --standalone --enable-plugins=pyqt5 --remove-output --windows-console-mode=disable --windows-uac-admin --output-dir=dist --output-filename=TalonLite.exe --follow-imports --windows-icon-from-ico=media\ICON.ico --include-data-dir=configs=configs --include-data-dir=media=media --include-data-dir=debloat_raven_scripts=debloat_raven_scripts --include-package=screens --product-name="Talon Lite" --company-name="Raven Development Team" --file-description="Lighter variant of Talon compatible with in-use systems." --file-version=1.0.0.0 --product-version=1.0.0.0 --copyright="Copyright (c) 2025 Raven Development Team" --onefile-tempdir-spec="{CACHE_DIR}\RavenDevelopmentTeam\TalonLite\{VERSION}" talonlite.py
2+
set FileVersion=1.0.0.1
3+
set ProductVersion=1.0.0.0
4+
5+
python -m nuitka --onefile --standalone --enable-plugins=pyqt5 --remove-output --windows-console-mode=disable --windows-uac-admin --output-dir=dist --output-filename=TalonLite.exe --follow-imports --windows-icon-from-ico=media\ICON.ico --include-data-dir=configs=configs --include-data-dir=media=media --include-data-dir=debloat_raven_scripts=debloat_raven_scripts --include-package=screens --product-name="Talon Lite" --company-name="Raven Development Team" --file-description="Lighter variant of Talon compatible with in-use systems." --file-version=%FileVersion% --product-version=%ProductVersion% --copyright="Copyright (c) 2025 Raven Development Team" --onefile-tempdir-spec="{CACHE_DIR}\RavenDevelopmentTeam\TalonLite\{VERSION}" talonlite.py

media/ICON.ico

-24.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)