blob: ec147d46b2f59addc78bd934a8b448b3c6a5fc0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# This file is overwritten after every install/update
# Persistent local customizations
include starsector.local
# Persistent global definitions
include globals.local
# Starsector requires both bash and sh
ignore blacklist ${PATH}/bash
ignore blacklist ${PATH}/sh
# # Starsector needs the ? folder to store data
# # But mkdir refuses to create it citing invalid characters
#mkdir ${HOME}/games/Starsector/?
whitelist-ro ${HOME}/games/Starsector
read-write ${HOME}/games/Starsector/?
read-write ${HOME}/games/Starsector/saves
read-write ${HOME}/games/Starsector/screenshots
include generic-java-game.inc
|