main #3

Merged
Lermer merged 35 commits from main into dev 2022-07-28 06:59:08 +02:00
Showing only changes of commit ef83033418 - Show all commits

View file

@ -1,11 +1,38 @@
name: "Hello world test addon"
name: "Hello world"
description: "My first real add-on!"
description: "My first real add-on!"
version: "0.0.2"
version: "0.0.3"
slug: "hello_world!!"
slug: "hello_world"
init: false
init: false
arch:
arch:
# - aarch64
- aarch64
- amd64
- amd64
# - armhf
- armhf
# - armv7
- armv7
# - i386
- i386
startup: before
ports:
8000/tcp: 8000
options:
beer: true
wine: true
liquor: false
name: "world"
year: 2017
schema:
beer: bool
wine: bool
liquor: bool
name: str
year: int