From 5fb814e3d88a6dda5dacc4c166774749ac7c8224 Mon Sep 17 00:00:00 2001 From: Meng-Yuan Huang Date: Tue, 10 May 2022 14:25:49 +0800 Subject: [PATCH] * Update doc. --- .circleci/config.yml | 4 ++-- .github/workflows/publish.yml | 12 ++++++------ VERSIONS.md | 3 +++ .../io.github.mrmyhuang.cbetar2.metainfo.xml | 7 +++++++ 4 files changed, 18 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ae01426..b1a6c07 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -80,7 +80,7 @@ jobs: - run: name: Build AppImage command: | - GH_TOKEN=${GH_TOKEN} npm run docker-dist-appImage -- -p always --x64 + GH_TOKEN=${GH_TOKEN} npm run docker-dist-appImage -- -- -p always --arm64 test-build-appImage-arm64: <<: *defaults @@ -95,7 +95,7 @@ jobs: - run: name: Build AppImage command: | - GH_TOKEN=${GH_TOKEN} npm run docker-dist-appImage + npm run docker-dist-appImage - store_artifacts: path: dist diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 71e453f..5a3623b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: - name: Build and publish uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 14 - run: | npm i --ignore-scripts @@ -50,10 +50,9 @@ jobs: - name: Build and publish uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 14 - - shell: 'script -q -e -c "bash {0}"' - run: | + - run: | npm i --ignore-scripts npm run dist-win -- -p always --arm64 "-c.win.publish.provider=github" "-c.win.publish.publishAutoUpdate=false" @@ -71,8 +70,9 @@ jobs: with: node-version: 16 - - run: | - npm run docker-dist-appImage -- -p always --x64 + - shell: 'script -q -e -c "bash {0}"' + run: | + npm run docker-dist-appImage -- -- -p always --x64 publish-deb-amd64: runs-on: ubuntu-latest diff --git a/VERSIONS.md b/VERSIONS.md index 811a156..75b7935 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,4 +1,7 @@ # 版本歷史 +* Installer apps 19.2.2: + * [修正] AppImage 在一些舊 glibc Linux distros (e.g., Debian 11, openSUSE Leap 15.3) 無法執行的問題。 + * MAS apps 19.2.1: * [新增] 支援 CBETA 離線 DB (Bookcase)。 * [修正] 刪除不必要的檔案。 diff --git a/buildElectron/io.github.mrmyhuang.cbetar2.metainfo.xml b/buildElectron/io.github.mrmyhuang.cbetar2.metainfo.xml index 1358dd3..4333cd7 100644 --- a/buildElectron/io.github.mrmyhuang.cbetar2.metainfo.xml +++ b/buildElectron/io.github.mrmyhuang.cbetar2.metainfo.xml @@ -26,6 +26,13 @@ + + +
    +
  • 修正 bugs。
  • +
+
+