From 6c87c7c5adb1daaf28e743a723656829c91a8865 Mon Sep 17 00:00:00 2001 From: Akira Ohgaki <akiraohgaki@gmail.com> Date: Sat, 15 Oct 2016 06:55:34 +0900 Subject: [PATCH] Add type for Appimage --- src/configs/destinations.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/configs/destinations.json b/src/configs/destinations.json index 65e2c3e..8c52422 100644 --- a/src/configs/destinations.json +++ b/src/configs/destinations.json @@ -33,5 +33,6 @@ "nautilus_scripts": "$XDG_DATA_HOME/nautilus/scripts", "amarok_scripts": "$KDEHOME/share/apps/amarok/scripts", "yakuake_skins": "$KDEHOME/share/apps/yakuake/skins", - "cairo_clock_themes": "$HOME/.cairo-clock/themes" + "cairo_clock_themes": "$HOME/.cairo-clock/themes", + "appimages": "$HOME/.appimages" } -- GitLab