mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
fixes
This commit is contained in:
parent
8cf44780ce
commit
d839f86b49
@ -43,6 +43,7 @@ git tag "$TAG"
|
||||
git push origin "$TAG"
|
||||
|
||||
bin/release-firefox.sh
|
||||
bin/release-chrome.sh
|
||||
|
||||
FIREFOX_BUILD=trilium_web_clipper-$VERSION-an+fx.xpi
|
||||
CHROME_BUILD=trilium_web_clipper-${VERSION}-chrome.crx
|
||||
|
@ -1,4 +1,4 @@
|
||||
const PROTOCOL_VERSION_MAJOR = 2;
|
||||
const PROTOCOL_VERSION_MAJOR = 1;
|
||||
|
||||
function isDevEnv() {
|
||||
const manifest = browser.runtime.getManifest();
|
||||
|
Loading…
x
Reference in New Issue
Block a user