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

chore: Make RunArgs first in BuildAndRun.ps1

To make specifying arguments easier.
pull/151/head
Robert Dailey 2 years ago
parent f5ac125fdc
commit 29da998997

@ -1,7 +1,7 @@
[CmdletBinding()]
param (
[string] $Runtime = "linux-musl-x64",
[string[]] $RunArgs
[string[]] $RunArgs,
[string] $Runtime = "linux-musl-x64"
)
$ErrorActionPreference = "Stop"

Loading…
Cancel
Save