Windows: Add nsis icon.

setup.py
Pierre-Antoine Rouby 2024-05-17 15:44:48 +02:00
parent 52f2d15280
commit b017127b3a
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
!define LIC_NAME "LICENSE" !define LIC_NAME "LICENSE"
!define APP_NAME "PAMHYR" !define APP_NAME "PAMHYR"
Icon "pamhyr\_internal\View\ui\ressources\icon.ico"
Name "Pamhyr2" Name "Pamhyr2"
OutFile "pamhyr-windows.exe" OutFile "pamhyr-windows.exe"
LicenseData "pamhyr\_internal\LICENSE" LicenseData "pamhyr\_internal\LICENSE"