From 0312e0cd2ed0e4b00f2a262c9dc2607de6e4fd73 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Mon, 17 Jun 2019 15:31:31 -0300 Subject: [PATCH] AUR installation script fix --- aur/register_app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aur/register_app.py b/aur/register_app.py index eeaed2e4..f169bfce 100644 --- a/aur/register_app.py +++ b/aur/register_app.py @@ -11,6 +11,7 @@ if os.path.exists(local_resources_path): shutil.rmtree(local_resources_path) os.mkdir(local_resources_path) +os.mkdir(local_resources_path + '/resources') desktop_file = """ [Desktop Entry]