mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Assembly Naming, Default Windows Service Account
This commit is contained in:
parent
f1b1904e07
commit
10c29a65db
62 changed files with 219 additions and 155 deletions
|
@ -1,3 +1,3 @@
|
|||
REM SET BUILD_NUMBER=1
|
||||
REM SET branch=develop
|
||||
inno\ISCC.exe nzbdrone.iss
|
||||
inno\ISCC.exe lidarr.iss
|
|
@ -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')
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue