diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-25 03:20:13 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-25 03:20:13 -0700 |
commit | aecdc285da5e2200c3f33eeefe0ed527211076d8 (patch) | |
tree | 69af5e5a8f19b7b8d46ffa36051ce58f72a1cc4d /profiles/pathfinder-kingmaker.profile | |
parent | Updated dolphin-emu.profile to .local (diff) | |
download | firejail-profiles-aecdc285da5e2200c3f33eeefe0ed527211076d8.tar.xz |
Add Pathfinger Kingmaker and Othercide (Wine) profiles
Add generic-unity-game.inc and rebase unity games upon it
Diffstat (limited to 'profiles/pathfinder-kingmaker.profile')
-rw-r--r-- | profiles/pathfinder-kingmaker.profile | 16 |
1 files changed, 16 insertions, 0 deletions
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 |