From 9426ffb672e0bf2eb4de094aa020d41483981c7d Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Sun, 30 Nov 2025 17:42:47 +0100 Subject: [PATCH] bin/steam: Wrapper script to avoid frozen windows --- bin/steam | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/steam diff --git a/bin/steam b/bin/steam new file mode 100755 index 0000000..cdda9e7 --- /dev/null +++ b/bin/steam @@ -0,0 +1,3 @@ +#!/bin/sh + +exec /usr/bin/steam -system-composer "$@"