mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
build: refer to primary branch as main (#2394)
This commit is contained in:
@@ -63,7 +63,7 @@ for:
|
||||
& (Join-Path $Env:APPVEYOR_BUILD_FOLDER release windows main.ps1) `
|
||||
-Mode Build `
|
||||
-BuildArch $env:TR_ARCH `
|
||||
-PackDebugSyms:$($Env:APPVEYOR_REPO_BRANCH -eq "master" -or $Env:APPVEYOR_REPO_TAG -eq "true")
|
||||
-PackDebugSyms:$($Env:APPVEYOR_REPO_BRANCH -eq "main" -or $Env:APPVEYOR_REPO_TAG -eq "true")
|
||||
} catch {
|
||||
Write-Error ("{1}{0}{2}{0}{3}" -f [Environment]::NewLine, $_.ToString(), $_.InvocationInfo.PositionMessage, $_.ScriptStackTrace) -ErrorAction Continue
|
||||
exit 1
|
||||
|
||||
@@ -31,7 +31,7 @@ Copyright 2017 Endless Mobile, Inc.
|
||||
<url type="homepage">https://transmissionbt.com/</url>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image type="source">https://raw.githubusercontent.com/transmission/transmission/master/gtk/screenshots/a.png</image>
|
||||
<image type="source">https://raw.githubusercontent.com/transmission/transmission/main/gtk/screenshots/a.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<update_contact>info_AT_transmissionbt.com</update_contact>
|
||||
|
||||
Reference in New Issue
Block a user