blob: b2f00fdc8abedf3deb0532c719f9ca7b4ab71eec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|