Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/1fdfa3fac592edea53e1b472da96973cba607b53 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Mac Packaging

pull/911/head
ta264 6 years ago
parent 36f51c7e72
commit 1fdfa3fac5

@ -170,8 +170,10 @@ stages:
displayName: Create Packages
- bash: |
chmod a+x $(artifactsFolder)/macos/Lidarr/fpcalc
chmod a+x $(artifactsFolder)/macos/Lidarr/Lidarr
chmod a+x $(artifactsFolder)/macos-app/Lidarr.app/Contents/MacOS/fpcalc
displayName: Make fpcalc Executable
chmod a+x $(artifactsFolder)/macos-app/Lidarr.app/Contents/MacOS/Lidarr
displayName: Set Mac executable bits
- task: ArchiveFiles@2
displayName: Create Windows zip
inputs:

Loading…
Cancel
Save