mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix makefile
This commit is contained in:
parent
0936b9b8b7
commit
7eab358165
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue