add app icon (assets/icon.ico) + generator

Embed via PyInstaller --icon in CI. Regenerate with tools/make_icon.ps1.
This commit is contained in:
Engelgardt23
2026-05-17 17:54:57 +03:00
parent 540bad0ecb
commit 2e82058a91
3 changed files with 70 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
run: echo "version=${GITHUB_REF_NAME#v}" >> "$GITHUB_OUTPUT"
- name: Build executable
run: python -m PyInstaller --onefile --uac-admin --console --name dhcpsrv --paths src dhcpsrv-launcher.py
run: python -m PyInstaller --onefile --uac-admin --console --name dhcpsrv --icon assets/icon.ico --paths src dhcpsrv-launcher.py
- name: Package portable folder
shell: pwsh