mirror of
https://github.com/transmission/transmission
synced 2025-01-30 19:03:04 +00:00
build: refer to primary branch as main (#2394)
This commit is contained in:
parent
41b2a802cf
commit
3a96a5c316
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue