Skip to content
Snippets Groups Projects
Commit f7fd019c authored by Simon McVittie's avatar Simon McVittie
Browse files

Add an experimental UI to launch games with pressure-vessel


Instead of setting the game's launch options every time, you can
configure them once, with:

    env PRESSURE_VESSEL_WRAP_GUI=1 .../bin/pressure-vessel-unruntime -- %command%

and then use the launcher. It is currently hard-coded to look for
runtimes in ../scout and ../spy relative to its own executable, so
you'll want a directory structure like this:

    pressure-vessel-0.x
        bin/
            pressure-vessel-test-ui
            pressure-vessel-unruntime
            ...
        lib/
            i386-linux-gnu/
                ...
            x86_64-linux-gnu/
                ...
        scout/
            files/
                ...
        spy/
            files/
                ...

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 22091dc1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment