mirror of
https://github.com/tonytins/s2pk.git
synced 2025-05-19 15:33:17 -04:00
18 lines
293 B
YAML
18 lines
293 B
YAML
version: 1
|
|
AppDir:
|
|
path: ./AppDir
|
|
app_info:
|
|
id: com.tonybark.s2pk
|
|
name: s2pk
|
|
icon: s2pk
|
|
version: 0.3.101
|
|
exec: usr/bin/s2pk
|
|
exec_args: ""
|
|
runtime:
|
|
env:
|
|
PATH: "$APPDIR/usr/bin:$PATH"
|
|
|
|
recipe:
|
|
AppImage:
|
|
arch: x86_64
|
|
output: s2pk-x86_64.AppImage
|