blob: 1ab5def121a0e4c9953b6fcdddf359dcef1eb567 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# This file is overwritten after every install/update
# Persistent local customizations
include slay-the-spire.local
# Persistent global definitions
include globals.local
#mkdir ${HOME}/games/Slay The Spire/game/?
mkdir ${HOME}/games/Slay The Spire/game/betaPreferences
mkdir ${HOME}/games/Slay The Spire/game/runs
mkdir ${HOME}/games/Slay The Spire/game/saves
mkdir ${HOME}/games/Slay The Spire/game/sendToDevs
whitelist ${HOME}/games/Slay The Spire
#read-only ${HOME}/games/Slay The Spire
#whitelist ${HOME}/games/Slay The Spire/game/?
#read-write ${HOME}/games/Slay The Spire/game/?
#whitelist ${HOME}/games/Slay The Spire/game/betaPreferences
#read-write ${HOME}/games/Slay The Spire/game/betaPreferences
#whitelist ${HOME}/games/Slay The Spire/game/sendToDevs
#read-write ${HOME}/games/Slay The Spire/game/sendToDevs
read-only ${HOME}/games/Slay The Spire/game/sendToDevs
ignore memory-deny-write-execute
ignore noexec ${HOME}
include generic-game.inc
|