Skip to content

Commit ed67e70

Browse files
committed
2.8.5 => 2.8.9
1 parent 101e2eb commit ed67e70

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"nightly": "web-ext run --firefox=/home/esmail/software/firefox_nightly/firefox",
1212
"start_ar": "web-ext run --firefox=/home/esmail/software/firefox_ar/firefox",
1313
"android": "web-ext run -t firefox-android --adb-device emulator-5554 --firefox-apk org.mozilla.firefox --adb-remove-old-artifacts",
14-
"build": "web-ext build",
14+
"build": "web-ext build -i pages/options_src -i pages/popup_src pages/icons -i pages/popup_src -i pages/components",
15+
"build_chromium": "brave-browser --pack-extension=src/ --pack-extension-key=src.pem",
1516
"test": "web-ext lint",
1617
"html": "rollup -c --config-popup && rollup -c --config-options"
1718
},

src/updates/updates.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
33
<app appid='oladmjdebphlnjjcnomfhhbfdldiimaf'>
4-
<updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v2.8.5/libredirect-2.8.5.crx' version='2.8.5' />
4+
<updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v2.9.0/libredirect-2.9.0.crx' version='2.9.0' />
55
</app>
66
</gupdate>

0 commit comments

Comments
 (0)