blob: 4aaebfdb29ce6cff59cb36b0906d9a2ee590868f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# This file is overwritten after every install/update
# Persistent local customizations
include ftl-advanced-edition.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.local/share/FasterThanLight
mkdir ${HOME}/.local/share/FasterThanLight
whitelist ${HOME}/.local/share/FasterThanLight
whitelist-ro ${HOME}/games/FTL - Advanced Edition
ignore memory-deny-write-execute
ignore noexec ${HOME}
include generic-game.inc
|