Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 00deb30

Browse files
trickyprPressJump
and
PressJump
committed
Add ublock origin to the addons list
Co-authored-by: PressJump <TUOBCAN@users.noreply.github.com>
1 parent 57445a6 commit 00deb30

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

.vscode/.vsls.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "http://json.schemastore.org/vsls",
3+
"gitignore": "none"
4+
}

melon.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
"displayVersion": "1.0.0"
99
},
1010
"buildOptions": {
11-
"artifactBuilds": false,
1211
"generateBranding": false
12+
},
13+
"addons": {
14+
"ublock": {
15+
"id": "uBlock0@raymondhill.net",
16+
"url": "https://github.com/gorhill/uBlock/releases/download/1.39.0/uBlock0_1.39.0.firefox.xpi"
17+
}
1318
}
1419
}

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"start": "melon run",
1717
"export": "melon export-file",
1818
"imp": "melon import",
19-
"clearProfile": "rm -rf engine/obj-x86_64-pc-linux-gnu/tmp/profile-default"
19+
"clearProfile": "rm -rf engine/obj-x86_64-pc-linux-gnu/tmp/profile-default",
20+
"download": "melon download"
2021
}
2122
}

src/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# Melon build tool
2+
test

0 commit comments

Comments
 (0)