From 2579e0614dd9633148f9bc7b567b072fb8f93e34 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 2 Dec 2021 21:12:37 -0800 Subject: Added starsector profile Update slay-the-spire profile Added generic-java-game.inc --- profiles/starsector.profile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 profiles/starsector.profile (limited to 'profiles/starsector.profile') diff --git a/profiles/starsector.profile b/profiles/starsector.profile new file mode 100644 index 0000000..0e0be4b --- /dev/null +++ b/profiles/starsector.profile @@ -0,0 +1,20 @@ +# 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 ${HOME}/games/Starsector +read-only ${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 -- cgit v1.2.1