22 lines
357 B
YAML
22 lines
357 B
YAML
app:
|
|
id: "teszt-python-app"
|
|
name: "Test Python App"
|
|
description: "Simple test app for launcher"
|
|
version: "1.0.0"
|
|
|
|
runtime:
|
|
type: "executable"
|
|
|
|
launch:
|
|
type: "python"
|
|
entry: "main.py"
|
|
|
|
platforms:
|
|
windows-x64:
|
|
asset: "teszt-python-app-windows.zip"
|
|
sha256: null
|
|
|
|
linux-x64:
|
|
asset: "teszt-python-app-linux.tar.gz"
|
|
sha256: null
|