1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

New: Tooling changes for UI

This commit is contained in:
Qstick
2018-11-23 02:05:47 -05:00
parent 8430cb40ab
commit ac0d1c92c3
39 changed files with 8129 additions and 10650 deletions

View File

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

View File

@@ -6,7 +6,7 @@
#define AppURL "https://radarr.video/"
#define ForumsURL "https://github.com/Radarr/Radarr/issues"
#define AppExeName "Radarr.exe"
#define BuildNumber "2.0"
#define BuildNumber "1.0"
#define BuildVersion GetEnv('APPVEYOR_BUILD_VERSION')
#define BranchName StringChange(GetEnv('APPVEYOR_REPO_BRANCH'), "/", "-")