From d720b55cf5628128072455b719ce72fbe0e5f325 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann <10477760+JadedCtrl@users.noreply.github.com> Date: Fri, 8 Mar 2024 23:55:10 -0600 Subject: [PATCH] Fix Makefile for new dir layout --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 030e970..5237c89 100644 --- a/Makefile +++ b/Makefile @@ -39,4 +39,4 @@ native-uninstall: .PHONY: xpi xpi: - @rm -f shellfox.xpi && zip -r shellfox.xpi background.js _locales/ manifest.json options.* res/shell*.png + @rm -f shellfox.xpi && zip -r shellfox.xpi background.js manifest.json _locales html img/shellfox*.png