Skip to content

Commit

Permalink
* Update doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMYHuang committed May 10, 2022
1 parent 81e4395 commit 5fb814e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand All @@ -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
Expand Down
3 changes: 3 additions & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# <a id='history'>版本歷史</a>
* 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)。
* [修正] 刪除不必要的檔案。
Expand Down
7 changes: 7 additions & 0 deletions buildElectron/io.github.mrmyhuang.cbetar2.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="19.2.2" date="2022-05-10">
<description>
<ul>
<li>修正 bugs。</li>
</ul>
</description>
</release>
<release version="19.2.0" date="2022-04-30">
<description>
<ul>
Expand Down

0 comments on commit 5fb814e

Please sign in to comment.