Assembly Naming, Default Windows Service Account

This commit is contained in:
Qstick 2017-10-24 22:31:37 -04:00
commit 10c29a65db
62 changed files with 219 additions and 155 deletions

View file

@ -1,3 +1,3 @@
REM SET BUILD_NUMBER=1
REM SET branch=develop
inno\ISCC.exe nzbdrone.iss
inno\ISCC.exe lidarr.iss

View file

@ -6,7 +6,7 @@
#define AppURL "https://lidarr.audio/"
#define ForumsURL "https://forums.lidarr.audio/"
#define AppExeName "Lidarr.exe"
#define BuildNumber "2.0"
#define BuildNumber "0.3"
#define BuildNumber GetEnv('BUILD_NUMBER')
#define BranchName GetEnv('branch')