update: flatpak

This commit is contained in:
msojocs 2022-04-07 13:12:07 +08:00
parent 6f048bf662
commit 15f29ca887
2 changed files with 5 additions and 4 deletions

View File

@ -29,6 +29,9 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Test
run: |
7z
# Docker is required by the docker/setup-qemu-action which enables emulation
- name: Install deps
run: |

View File

@ -15,7 +15,7 @@ finish-args:
- --share=network
# Needs to save files locally
- --filesystem=host
- --metadata=X-DConf=migrate-path=/org/gnome/dictionary/
- --metadata=X-DConf=migrate-path=/io/github/msojocs/wechat-devtools
modules:
- name: nwjs
buildsystem: simple
@ -97,7 +97,7 @@ modules:
- --share=network
prepend-ld-library-path: /app/lib/x86_64-linux-gnu
env:
NO_WINE: true
- NO_WINE=true
sources:
# - type: git
# branch: dev
@ -109,8 +109,6 @@ modules:
path: compiler
dest: compiler
build-commands:
- env
- echo $PATH
# - ln -s /app/opt/package.nw package.nw
- cp -r /app/opt/package.nw .
- cd package.nw && ls -l