mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 23:34:06 +00:00
Merge branch 'feature/action' into dev
This commit is contained in:
commit
55f56558ae
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
# make
|
# make
|
||||||
- name: build goldendict
|
- name: build goldendict
|
||||||
run: |
|
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/
|
make INSTALL_ROOT=appdir -j`nproc` install; find appdir/
|
||||||
ls -al
|
ls -al
|
||||||
- name: Build AppImage
|
- name: Build AppImage
|
||||||
|
|
Loading…
Reference in a new issue