blob: eebb56d94a7a0028cad6ff1026b9256c1dc61bed (
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 vambrace-cold-soul.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.config/unity3d/DevespressoGames
noblacklist ${HOME}/.config/unity3d/DevespressoGames/VambraceColdSoul
mkdir ${HOME}/.config/unity3d/DevespressoGames
mkdir ${HOME}/.config/unity3d/DevespressoGames/VambraceColdSoul
whitelist ${HOME}/.config/unity3d/DevespressoGames/VambraceColdSoul
whitelist-ro ${HOME}/games/Vambrace - Cold Soul
include generic-unity-game.inc
|