wechat-web-devtools-linux/res/flatpak/github.msojocs.wechat-devtools.yml
2022-03-11 22:44:35 +08:00

13 lines
310 B
YAML

app-id: github.msojocs.wechat-devtools
runtime: org.freedesktop.Platform
runtime-version: '21.08'
sdk: org.freedesktop.Sdk
command: hello.sh
modules:
- name: hello
buildsystem: simple
build-commands:
- install -D hello.sh /app/bin/hello.sh
sources:
- type: file
path: hello.sh