Fix makefile

This commit is contained in:
Raymond Hill 2025-09-06 10:22:45 -04:00
parent 0936b9b8b7
commit 7eab358165
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -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: