summaryrefslogtreecommitdiff
path: root/profiles/slay-the-spire.profile
blob: 616e6ea10d0aa5a221e57f5ce2a767e33c73d6ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file is overwritten after every install/update
# Persistent local customizations
include slay-the-spire.local
# Persistent global definitions
include globals.local

# # Slay The Spire needs the ? folder to store data
# # But mkdir refuses to create it citing invalid characters
#mkdir ${HOME}/games/Slay The Spire/game/?
mkdir ${HOME}/games/Slay The Spire/game/betaPreferences
mkfile ${HOME}/games/Slay The Spire/game/info.displayconfig
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
read-write ${HOME}/games/Slay The Spire/game/info.displayconfig
read-write ${HOME}/games/Slay The Spire/game/?
read-write ${HOME}/games/Slay The Spire/game/runs
read-write ${HOME}/games/Slay The Spire/game/saves

include generic-java-game.inc