From b9b8c7273be96906fefa310d84209a53012bb692 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 20 May 2022 09:56:20 -0700 Subject: Add profiles for atom and atom trudograd. --- profiles/atom-rpg-trudograd.profile | 16 ++++++++++++++++ profiles/atom-rpg.profile | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 profiles/atom-rpg-trudograd.profile create mode 100644 profiles/atom-rpg.profile (limited to 'profiles') diff --git a/profiles/atom-rpg-trudograd.profile b/profiles/atom-rpg-trudograd.profile new file mode 100644 index 0000000..97afb79 --- /dev/null +++ b/profiles/atom-rpg-trudograd.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_Trudograd + +mkdir ${HOME}/.config/unity3d/AtomTeam +mkdir ${HOME}/.config/unity3d/AtomTeam/Atom_Trudograd +whitelist ${HOME}/.config/unity3d/AtomTeam/Atom_Trudograd +whitelist ${HOME}/games/AtomRPG - Trudograd +read-only ${HOME}/games/AtomRPG - Trudograd + +include generic-unity-game.inc 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 -- cgit v1.2.1