summaryrefslogtreecommitdiff
path: root/profiles/slay-the-spire.profile
blob: 69814ed924a88744c98eea34fb9330fbea79c07a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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-ro ${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