flutpak implimentation for flatpak

This commit is contained in:
yaso 2026-06-11 12:35:01 +02:00
parent c15b9807b1
commit 9f1daa3259
9 changed files with 43 additions and 56 deletions

View file

@ -0,0 +1,5 @@
#!/bin/sh
# Generated by flutpak — https://github.com/o-murphy/flutpak
APP=/app/mih
export LD_LIBRARY_PATH="$APP/lib:${LD_LIBRARY_PATH:-}"
exec "$APP/mih" "$@"