summarylogtreecommitdiffstats
path: root/gog-crypt-of-the-necrodancer.install
diff options
context:
space:
mode:
author5anya2020-04-21 19:39:28 +0300
committer5anya2020-04-21 19:39:28 +0300
commit1ccb94bfbe8c46918fb322ce33925d35587cc2fc (patch)
treeed909504286e2a56ab1a303e38f294e31459a5e7 /gog-crypt-of-the-necrodancer.install
parentc5ecf6ec20d516e624eeb70e091ba7019fbe1847 (diff)
downloadaur-1ccb94bfbe8c46918fb322ce33925d35587cc2fc.tar.gz
fixed permissions for log and replay recording
Diffstat (limited to 'gog-crypt-of-the-necrodancer.install')
-rw-r--r--gog-crypt-of-the-necrodancer.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/gog-crypt-of-the-necrodancer.install b/gog-crypt-of-the-necrodancer.install
index 744f0da5ccac..8de5df7a67c0 100644
--- a/gog-crypt-of-the-necrodancer.install
+++ b/gog-crypt-of-the-necrodancer.install
@@ -5,5 +5,7 @@ post_install() {
chmod 666 /opt/gog/crypt-of-the-necrodancer/game/data/played.dat
chmod 666 /opt/gog/crypt-of-the-necrodancer/game/data/save_data.xml
chmod 666 /opt/gog/crypt-of-the-necrodancer/game/data/save_data.xml_TEMP
+ chmod 666 /opt/gog/crypt-of-the-necrodancer/game/replays/
+ chmod 666 /opt/gog/crypt-of-the-necrodancer/game/logs/
echo "==> The save is located in /opt/gog/crypt-of-the-necrodancer/game/data/"
}