blog2epub/com.bohdanbobrowski.blog2epub.json
Bohdan Bobrowski 097d27a08e OSX buildfixes
2023-02-25 11:38:28 +01:00

22 lines
No EOL
557 B
JSON
Executable file

{
"app-id": "com.bohdanbobrowski.blog2epub",
"runtime": "org.freedesktop.Platform",
"runtime-version": "1.6",
"sdk": "org.freedesktop.Sdk",
"command": "blog2epubgtk.py",
"modules": [
{
"name": "blog2epub",
"buildsystem": "simple",
"build-commands": [
"install -D hello.sh /app/bin/hello.sh"
],
"sources": [
{
"type": "file",
"path": "hello.sh"
}
]
}
]
}