mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-15 19:22:19 +08:00
Release: 1.0.13
This commit is contained in:
parent
f5691f7f27
commit
592fa7f585
|
@ -150,7 +150,7 @@
|
|||
<TextBlock TextWrapping="Wrap">录播姬更换了进行安装、更新、卸载的技术</TextBlock>
|
||||
<TextBlock TextWrapping="Wrap">请在控制面板卸载当前安装的版本,然后使用官网上最新版本的安装包重新安装。本版本将不会再进行维护更新。QQ群:689636812</TextBlock>
|
||||
<TextBlock TextWrapping="Wrap">官网:https://rec.danmuji.org/</TextBlock>
|
||||
<TextBlock HorizontalAlignment="Right" Margin="0,0,5,0" Text="2018年11月"/>
|
||||
<TextBlock HorizontalAlignment="Right" Margin="0,0,5,0" Text="2018年11月23日"/>
|
||||
</StackPanel>
|
||||
</Border>
|
||||
</Grid>
|
||||
|
|
|
@ -8,9 +8,9 @@ if($env:APPVEYOR){
|
|||
|
||||
$commit_message_version_regex="^Release: (\d+\.\d+\.\d+)$"
|
||||
|
||||
if ($env:APPVEYOR_REPO_BRANCH -eq "dev" -and $env:APPVEYOR_REPO_COMMIT_MESSAGE -cmatch $commit_message_version_regex)
|
||||
if ($env:APPVEYOR_REPO_BRANCH -eq "clickonce" -and $env:APPVEYOR_REPO_COMMIT_MESSAGE -cmatch $commit_message_version_regex)
|
||||
{
|
||||
git checkout dev -q
|
||||
# git checkout dev -q
|
||||
$env:BILILIVERECORDER_RELEASE=$true
|
||||
$env:p_version="$($Matches[1]).0"
|
||||
Update-AppveyorBuild -Version "$env:p_version"
|
||||
|
|
Loading…
Reference in New Issue
Block a user