blob: a47939cc98f79539b0035ca86a7fb8b0c5381af0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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 ${HOME}/games/FTL - Advanced Edition
read-only ${HOME}/games/FTL - Advanced Edition
ignore memory-deny-write-execute
ignore noexec ${HOME}
include generic-game.inc
|