diff options
Diffstat (limited to 'profiles/atom-rpg.profile')
-rw-r--r-- | profiles/atom-rpg.profile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/profiles/atom-rpg.profile b/profiles/atom-rpg.profile new file mode 100644 index 0000000..b2f00fd --- /dev/null +++ b/profiles/atom-rpg.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/AtomTeam +noblacklist ${HOME}/.config/unity3d/AtomTeam/Atom + +mkdir ${HOME}/.config/unity3d/AtomTeam +mkdir ${HOME}/.config/unity3d/AtomTeam/Atom +whitelist ${HOME}/.config/unity3d/AtomTeam/Atom +whitelist ${HOME}/games/AtomRPG +read-only ${HOME}/games/AtomRPG + +include generic-unity-game.inc |