mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	fixes
This commit is contained in:
		@@ -43,6 +43,7 @@ git tag "$TAG"
 | 
				
			|||||||
git push origin "$TAG"
 | 
					git push origin "$TAG"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bin/release-firefox.sh
 | 
					bin/release-firefox.sh
 | 
				
			||||||
 | 
					bin/release-chrome.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
FIREFOX_BUILD=trilium_web_clipper-$VERSION-an+fx.xpi
 | 
					FIREFOX_BUILD=trilium_web_clipper-$VERSION-an+fx.xpi
 | 
				
			||||||
CHROME_BUILD=trilium_web_clipper-${VERSION}-chrome.crx
 | 
					CHROME_BUILD=trilium_web_clipper-${VERSION}-chrome.crx
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
const PROTOCOL_VERSION_MAJOR = 2;
 | 
					const PROTOCOL_VERSION_MAJOR = 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function isDevEnv() {
 | 
					function isDevEnv() {
 | 
				
			||||||
	const manifest = browser.runtime.getManifest();
 | 
						const manifest = browser.runtime.getManifest();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user