From 5491034bd9017fd4d92e1732d1fc18ac55f4c6e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Wed, 19 Jan 2022 20:08:07 +0100 Subject: [PATCH] fix small error --- common | 1 + mk.py | 2 +- settings | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 160000 common create mode 160000 settings diff --git a/common b/common new file mode 160000 index 0000000..1e52967 --- /dev/null +++ b/common @@ -0,0 +1 @@ +Subproject commit 1e529672fc81de6c15d584d41efa17880b28fea4 diff --git a/mk.py b/mk.py index b68dc6c..38d2ee1 100644 --- a/mk.py +++ b/mk.py @@ -136,7 +136,7 @@ def artifacts(): exec('cp -v ../assets/librewolf.ico .') exec('cp -v ../assets/banner.bmp .') exec('makensis-3.01.exe -V1 tmp.nsi') - exec('rm -f tmp.nsi librewolf.ico banner.bmp x86-ansi') + exec('rm -rf tmp.nsi librewolf.ico banner.bmp x86-ansi') exec("mv {} ..".format(setupname)) os.chdir('..') diff --git a/settings b/settings new file mode 160000 index 0000000..9075142 --- /dev/null +++ b/settings @@ -0,0 +1 @@ +Subproject commit 9075142f3a1b52a949e7f2602b212dc24b6a8cf1