mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
update: flatpak
This commit is contained in:
parent
6f048bf662
commit
15f29ca887
3
.github/workflows/flatpak-verify.yml
vendored
3
.github/workflows/flatpak-verify.yml
vendored
@ -29,6 +29,9 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Test
|
||||||
|
run: |
|
||||||
|
7z
|
||||||
# Docker is required by the docker/setup-qemu-action which enables emulation
|
# Docker is required by the docker/setup-qemu-action which enables emulation
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
|
@ -15,7 +15,7 @@ finish-args:
|
|||||||
- --share=network
|
- --share=network
|
||||||
# Needs to save files locally
|
# Needs to save files locally
|
||||||
- --filesystem=host
|
- --filesystem=host
|
||||||
- --metadata=X-DConf=migrate-path=/org/gnome/dictionary/
|
- --metadata=X-DConf=migrate-path=/io/github/msojocs/wechat-devtools
|
||||||
modules:
|
modules:
|
||||||
- name: nwjs
|
- name: nwjs
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
@ -97,7 +97,7 @@ modules:
|
|||||||
- --share=network
|
- --share=network
|
||||||
prepend-ld-library-path: /app/lib/x86_64-linux-gnu
|
prepend-ld-library-path: /app/lib/x86_64-linux-gnu
|
||||||
env:
|
env:
|
||||||
NO_WINE: true
|
- NO_WINE=true
|
||||||
sources:
|
sources:
|
||||||
# - type: git
|
# - type: git
|
||||||
# branch: dev
|
# branch: dev
|
||||||
@ -109,8 +109,6 @@ modules:
|
|||||||
path: compiler
|
path: compiler
|
||||||
dest: compiler
|
dest: compiler
|
||||||
build-commands:
|
build-commands:
|
||||||
- env
|
|
||||||
- echo $PATH
|
|
||||||
# - ln -s /app/opt/package.nw package.nw
|
# - ln -s /app/opt/package.nw package.nw
|
||||||
- cp -r /app/opt/package.nw .
|
- cp -r /app/opt/package.nw .
|
||||||
- cd package.nw && ls -l
|
- cd package.nw && ls -l
|
||||||
|
Loading…
x
Reference in New Issue
Block a user