From a15b8a59fe57c4bea19d83590892d40ee1ca1555 Mon Sep 17 00:00:00 2001 From: winter Sparkles Date: Sun, 16 Aug 2026 02:58:55 +0100 Subject: add janky Blue Prince ebuild --- games-puzzle/blue-prince-bin/files/launcher.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 games-puzzle/blue-prince-bin/files/launcher.sh (limited to 'games-puzzle/blue-prince-bin/files') diff --git a/games-puzzle/blue-prince-bin/files/launcher.sh b/games-puzzle/blue-prince-bin/files/launcher.sh new file mode 100644 index 0000000..5063048 --- /dev/null +++ b/games-puzzle/blue-prince-bin/files/launcher.sh @@ -0,0 +1,12 @@ +#!/bin/sh +export WINEPREFIX="${XDG_STATE_HOME:-${HOME}/.local/state}/blue-prince/wineprefix" + +if ! [ -d "${WINEPREFIX}" ]; then + mkdir -p "${WINEPREFIX}" + wine-vanilla rundll32 # init the prefix + wineserver-vanilla -w + setup_dxvk.sh install --symlink +fi + +cd /opt/blue-prince && +exec wine-vanilla 'BLUE PRINCE.exe' "$@" -- cgit v1.3