Skip to content

Commit

Permalink
Add version information to windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Mar 1, 2022
1 parent 49ca304 commit 4de0b78
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions windows/portmaster-installer.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
Unicode true ; The Multi-Language-Part is a modified version of the MultiLanguage-NSIS-Example

!define PRODUCT_VERSION "0.8.1.0"
!define VERSION "0.8.1.0"

VIProductVersion "${PRODUCT_VERSION}"
VIFileVersion "${VERSION}"

VIAddVersionKey "ProductName" "Portmaster"
VIAddVersionKey "ProductVersion" "${PRODUCT_VERSION}"
VIAddVersionKey "FileDescription" "Portmaster Application Firewall"
VIAddVersionKey "FileVersion" "${VERSION}"
VIAddVersionKey "CompanyName" "Safing ICS Technologies GmbH"
VIAddVersionKey "LegalCopyright" "Safing ICS Technologies GmbH"

!define MUI_ICON "portmaster.ico"
!define MUI_UNICON "portmaster.ico"
!define MUI_HEADERIMAGE
Expand Down

0 comments on commit 4de0b78

Please sign in to comment.