From aecdc285da5e2200c3f33eeefe0ed527211076d8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 25 Mar 2021 03:20:13 -0700 Subject: Add Pathfinger Kingmaker and Othercide (Wine) profiles Add generic-unity-game.inc and rebase unity games upon it --- profiles/pathfinder-kingmaker.profile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 profiles/pathfinder-kingmaker.profile (limited to 'profiles/pathfinder-kingmaker.profile') diff --git a/profiles/pathfinder-kingmaker.profile b/profiles/pathfinder-kingmaker.profile new file mode 100644 index 0000000..d6c4cbe --- /dev/null +++ b/profiles/pathfinder-kingmaker.profile @@ -0,0 +1,16 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include pathfinder-kingmaker.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.config/unity3d/Owlcat Games +noblacklist ${HOME}/.config/unity3d/Owlcat Games/Pathfinder Kingmaker + +mkdir ${HOME}/.config/unity3d/Owlcat Games +mkdir ${HOME}/.config/unity3d/Owlcat Games/Pathfinder Kingmaker +whitelist ${HOME}/.config/unity3d/Owlcat Games/Pathfinder Kingmaker +whitelist ${HOME}/games/Pathfinder Kingmaker +read-only ${HOME}/games/Pathfinder Kingmaker + +include generic-unity-game.inc -- cgit v1.2.1