From 592fa7f5854327b990ecc4f40d272209674901d8 Mon Sep 17 00:00:00 2001 From: Genteure Date: Fri, 23 Nov 2018 22:04:14 +0800 Subject: [PATCH] Release: 1.0.13 --- BililiveRecorder.WPF/MainWindow.xaml | 2 +- CI/appveyor_install.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BililiveRecorder.WPF/MainWindow.xaml b/BililiveRecorder.WPF/MainWindow.xaml index c897663..97cb120 100644 --- a/BililiveRecorder.WPF/MainWindow.xaml +++ b/BililiveRecorder.WPF/MainWindow.xaml @@ -150,7 +150,7 @@ 录播姬更换了进行安装、更新、卸载的技术 请在控制面板卸载当前安装的版本,然后使用官网上最新版本的安装包重新安装。本版本将不会再进行维护更新。QQ群:689636812 官网:https://rec.danmuji.org/ - + diff --git a/CI/appveyor_install.ps1 b/CI/appveyor_install.ps1 index 2dc3007..cbd1820 100644 --- a/CI/appveyor_install.ps1 +++ b/CI/appveyor_install.ps1 @@ -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"