Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/2af4a5004ff703b2a81639f29b0f757b817ecfaf
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
7 additions and
7 deletions
@ -1,4 +1,4 @@
version : '0. 3.1 .{build}'
version : '0. 4.0 .{build}'
image : Visual Studio 2017
@ -11,7 +11,7 @@ assembly_info:
environment:
DOTNET_CLI_TELEMETRY_OPTOUT : 1
nodejs_version : " 6 "
nodejs_version : " 8 "
install:
- git submodule update --init --recursive
@ -23,11 +23,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2. 0</string>
<string>0.4 </string>
<key>CFBundleSignature</key>
<string>xmmd</string>
<key>CFBundleVersion</key>
<string>2. 0</string>
<string>0.4 </string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
</dict>
@ -6,7 +6,7 @@
#define AppURL "https://lidarr.audio/"
#define ForumsURL "https://forums.lidarr.audio/"
#define AppExeName "Lidarr.exe"
#define BuildNumber "0.3.1 "
#define BuildNumber "0.4.0 "
#define BuildNumber GetEnv('APPVEYOR_BUILD_NUMBER')
#define BuildVersion GetEnv('APPVEYOR_BUILD_VERSION')
#define BranchName GetEnv('APPVEYOR_REPO_BRANCH')
@ -17,7 +17,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{56C1065D-3523-4025-B76D-6F73F67F7F93}
AppName={#AppName}
AppVersion=0.3.1
AppVersion=0.4.0
AppPublisher={#AppPublisher}
AppPublisherURL={#AppURL}
AppSupportURL={#ForumsURL}
@ -35,7 +35,7 @@ DisableReadyPage=True
CompressionThreads=2
Compression=lzma2/normal
AppContact={#ForumsURL}
VersionInfoVersion=0.3.1 .{#BuildNumber}
VersionInfoVersion=0.4.0 .{#BuildNumber}
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"