From a1db8429b690523e8f42640cdcba4cc839feeba0 Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Thu, 19 Aug 2021 19:22:06 +0200 Subject: [PATCH] Remove non-existent file from source --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 758860d..212172f 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,6 @@ build: mkdir -p ./build gnome-extensions pack \ --force \ - --extra-source=../LICENSE \ --extra-source=./config.js \ --extra-source=./utils.js \ --extra-source=./icons/ \