From bcbc7472a2a884f458b1aea27112ea9642b14bb2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 23 Mar 2023 16:39:31 -0700 Subject: Add more renpy profile per-game exceptions. Also change the default path for renpy games. --- profiles/renpy.profile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'profiles') diff --git a/profiles/renpy.profile b/profiles/renpy.profile index 2bdc809..920af1f 100644 --- a/profiles/renpy.profile +++ b/profiles/renpy.profile @@ -10,18 +10,18 @@ noblacklist ${HOME}/.renpy mkdir ${HOME}/.renpy whitelist ${HOME}/.renpy -whitelist-ro ${HOME}/games +whitelist-ro ${HOME}/games/Visual Novels # # Games requiring special rules # Maid with Perfection -#read-write ${HOME}/games/Maid With Perfection/zipfile.txt +#read-write ${HOME}/games/Visual Novels/Maid With Perfection/zipfile.txt # Nachigal #allusers # Planet Stronghold 2 -#mkfile=${HOME}/games/Planet Stronghold 2/label_log.txt -#read-write=${HOME}/games/Planet Stronghold 2/label_log.txt +#mkfile=${HOME}/games/Visual Novels/Planet Stronghold 2/label_log.txt +#read-write=${HOME}/games/Visual Novels/Planet Stronghold 2/label_log.txt # Roommates #allusers -- cgit v1.2.1