Merge branch 'feature/action' into dev

This commit is contained in:
yifang 2022-01-29 09:31:29 +08:00
commit 55f56558ae

View file

@ -49,7 +49,7 @@ jobs:
# make
- name: build goldendict
run: |
qmake CONFIG+=release PREFIX=/usr CONFIG+=zim_support # CONFIG+=chinese_conversion_support
qmake CONFIG+=release PREFIX=/usr CONFIG+=zim_support CONFIG+=chinese_conversion_support
make INSTALL_ROOT=appdir -j`nproc` install; find appdir/
ls -al
- name: Build AppImage