From 3d80f604c89688b968ea87e1dda471b2b32a2d55 Mon Sep 17 00:00:00 2001 From: archaon616 <104575007+archaon616@users.noreply.github.com> Date: Mon, 11 Dec 2023 17:29:22 +0000 Subject: steam.profile: Allow Project Zomboid (#6117) --- etc/profile-m-z/steam.profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/profile-m-z') diff --git a/etc/profile-m-z/steam.profile b/etc/profile-m-z/steam.profile index 41de746dd..e0ced2030 100644 --- a/etc/profile-m-z/steam.profile +++ b/etc/profile-m-z/steam.profile @@ -44,6 +44,7 @@ noblacklist ${HOME}/.prey noblacklist ${HOME}/.steam noblacklist ${HOME}/.steampath noblacklist ${HOME}/.steampid +noblacklist ${HOME}/Zomboid # needed for STEAM_RUNTIME_PREFER_HOST_LIBRARIES=1 to work noblacklist /sbin noblacklist /usr/sbin @@ -95,6 +96,7 @@ mkdir ${HOME}/.paradoxinteractive mkdir ${HOME}/.paradoxlauncher mkdir ${HOME}/.prey mkdir ${HOME}/.steam +mkdir ${HOME}/Zomboid mkfile ${HOME}/.steampath mkfile ${HOME}/.steampid whitelist ${HOME}/.config/Epic @@ -136,6 +138,7 @@ whitelist ${HOME}/.prey whitelist ${HOME}/.steam whitelist ${HOME}/.steampath whitelist ${HOME}/.steampid +whitelist ${HOME}/Zomboid include whitelist-common.inc include whitelist-var-common.inc -- cgit v1.2.3-54-g00ecf