summarylogtreecommitdiffstats
path: root/game-to-flatpak.sh
blob: 859521d2c21e95f0423e50aa556e34f0ce413b7d (plain)
1
2
3
4
#! /bin/bash
set -e
export LUA_INIT='package.path="/usr/share/flatpak-games/?.lua;"..package.path'
exec /usr/bin/lua -- /usr/share/flatpak-games/game-to-flatpak.lua "$@"