blob: 3d841ade5cbbb91a578c0d686a75e0db470cfe59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# This file is overwritten after every install/update
# Persistent local customizations
include timberborn.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.config/unity3d
noblacklist ${HOME}/.config/unity3d/Mechanistry
noblacklist ${HOME}/.config/unity3d/Mechanistry/Timberborn
mkdir ${HOME}/.config/unity3d
mkdir ${HOME}/.config/unity3d/Mechanistry
mkdir ${HOME}/.config/unity3d/Mechanistry/Timberborn
whitelist ${HOME}/.config/unity3d/Mechanistry/Timberborn
whitelist-ro ${HOME}/games/Timberborn
include generic-unity-game.inc
|