mirror of
https://github.com/transmission/transmission
synced 2025-03-20 10:45:43 +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) `
|
& (Join-Path $Env:APPVEYOR_BUILD_FOLDER release windows main.ps1) `
|
||||||
-Mode Build `
|
-Mode Build `
|
||||||
-BuildArch $env:TR_ARCH `
|
-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 {
|
} catch {
|
||||||
Write-Error ("{1}{0}{2}{0}{3}" -f [Environment]::NewLine, $_.ToString(), $_.InvocationInfo.PositionMessage, $_.ScriptStackTrace) -ErrorAction Continue
|
Write-Error ("{1}{0}{2}{0}{3}" -f [Environment]::NewLine, $_.ToString(), $_.InvocationInfo.PositionMessage, $_.ScriptStackTrace) -ErrorAction Continue
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
@ -31,7 +31,7 @@ Copyright 2017 Endless Mobile, Inc.
|
||||||
<url type="homepage">https://transmissionbt.com/</url>
|
<url type="homepage">https://transmissionbt.com/</url>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<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>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<update_contact>info_AT_transmissionbt.com</update_contact>
|
<update_contact>info_AT_transmissionbt.com</update_contact>
|
||||||
|
|
Loading…
Add table
Reference in a new issue