Skip to content

Commit

Permalink
chroe: update v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
XMuli committed Aug 14, 2022
1 parent 1a5d170 commit 32cb674
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
if: startsWith(github.event.ref, 'refs/tags/')
shell: pwsh
run: |
$systemInfo="${{ env.targetOS }}-x64"
$systemInfo="${{ env.targetOS }}-${{ matrix.arch }}-x64"
$productVersion="${{ github.ref }}".substring("refs/tags/v".length)
$productName="${{ env.targetName }}-$productVersion-beta-$systemInfo"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/LinuxDeb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,15 @@ jobs:
echo "productDebName=$productDebName" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
# 安装一些包 # libqt5*-dev
# sudo apt install wget tar dh-make debmake lintian cmake qtbase5-dev qt5-default libqt5x11extras5-dev libqt5svg5-dev libqt5*-dev
- name: AptInstallTool
id: AptInstallTool
if: startsWith(github.event.ref, 'refs/tags/')
shell: bash
run: |
sudo apt clean
sudo apt update
sudo apt install wget tar dh-make debmake lintian cmake qtbase5-dev qt5-default libqt5x11extras5-dev libqt5svg5-dev libqt5*-dev
sudo apt install wget tar dh-make debmake lintian cmake libqt5x11extras5-dev
# tag 打包 .deb,无动态库
- name: DebPackage
Expand Down
7 changes: 3 additions & 4 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
picshot (0.3.1-1) unstable; urgency=medium
picshot (0.3.1) UNRELEASED; urgency=medium

* 修复 Linux 和 MacOS 编译失败
* 修复 MacOS 显示图片区域不正常
* Ubuntu apt 安装 qt 最大 5.12.8,故control 切换回 5.12.0

-- XMuli <[email protected]> Tue , 09 Aug 2022 23:57:03 +0800
* Ubuntu apt 安装 qt 最大 5.12.8,故control 切换回 5.12.0

-- xmuli <xmuli@xmuli-virtual-machine> Mon, 15 Aug 2022 00:33:46 +0800

picshot (0.3-1) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Build-Depends:
cmake (>= 3.13~),
debhelper (>= 11),
qtbase5-dev (>= 5.12.0~),
qt5-default (>= 5.12.0~),
qt5-default,
libqt5x11extras5-dev
# qttools5-dev (>= 5.12.0~),
Standards-Version: 4.4.1
Expand Down

0 comments on commit 32cb674

Please sign in to comment.