blob: bd93b1d07fabdc22da9b5115c31ac12d810556b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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/Owlcat Games
noblacklist ${HOME}/.config/unity3d/Owlcat Games/Pathfinder Kingmaker
mkdir ${HOME}/.config/unity3d/Owlcat Games
mkdir ${HOME}/.config/unity3d/Owlcat Games/Pathfinder Kingmaker
whitelist ${HOME}/.config/unity3d/Owlcat Games/Pathfinder Kingmaker
whitelist-ro ${HOME}/games/Pathfinder Kingmaker
include generic-unity-game.inc
|