Fixed Windows installer version

This commit is contained in:
Mark McDowall 2022-04-24 14:52:12 -07:00
parent 652027821d
commit fe293ff4c3
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#define ForumsURL "https://forums.sonarr.tv/"
#define AppExeName "Sonarr.exe"
#define BuildNumber "3.0"
#define BuildNumber GetEnv('BUILD_NUMBER')
#define BranchName GetEnv('BRANCH')
#define Framework GetEnv('FRAMEWORK')
#define Runtime GetEnv('RUNTIME')