blob: 7b04ddfc87b9daaa20979ff6cdcf1f2e62d1204c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# This file is overwritten after every install/update
# Persistent local customizations
include atom-rpg-trudograd.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-ro ${HOME}/games/AtomRPG - Trudograd
# # Allow read-only access to original Atom save games
noblacklist ${HOME}/.config/unity3d/AtomTeam/Atom
mkdir ${HOME}/.config/unity3d/AtomTeam/Atom
whitelist-ro ${HOME}/.config/unity3d/AtomTeam/Atom
include generic-unity-game.inc
|