diff --git a/.github/workflows/flatpak-verify.yml b/.github/workflows/flatpak-verify.yml index 76b84e3..f355269 100644 --- a/.github/workflows/flatpak-verify.yml +++ b/.github/workflows/flatpak-verify.yml @@ -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: | diff --git a/io.github.msojocs.wechat-devtools.yml b/io.github.msojocs.wechat-devtools.yml index a3a8bb6..0ed7a13 100644 --- a/io.github.msojocs.wechat-devtools.yml +++ b/io.github.msojocs.wechat-devtools.yml @@ -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