From 7eab358165c496ba27ddf6fa7d0126851d31adf9 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 6 Sep 2025 10:22:45 -0400 Subject: [PATCH] Fix makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 38971b58a..c4bb08425 100644 --- a/Makefile +++ b/Makefile @@ -156,7 +156,7 @@ publish-dev-firefox: ghasset=firefox \ storeid=uBlock0@raymondhill.net \ channel=unlisted \ - updatepath=./dist/firefox.updates.json + updatepath=./dist/firefox/updates.json # Usage: make upload-firefox version=? upload-firefox: @@ -177,7 +177,7 @@ upload-dev-firefox: ghasset=firefox \ storeid=uBlock0@raymondhill.net \ channel=unlisted \ - updatepath=./dist/firefox.updates.json + updatepath=./dist/firefox/updates.json # Not real targets, just convenient for auto-completion at shell prompt compare: