Release: 1.0.13

This commit is contained in:
Genteure 2018-11-23 22:04:14 +08:00
parent f5691f7f27
commit 592fa7f585
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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"