mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
13 lines
310 B
YAML
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 |