mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: production release
This commit is contained in:
@@ -58,6 +58,12 @@ dummy.concat = function() {};
|
||||
dummy.diff_main = function() {};
|
||||
dummy.patch_make = function() {};
|
||||
dummy.patch_apply = function() {};
|
||||
dummy.prepare = function() {};
|
||||
dummy.run = function() {};
|
||||
dummy.all = function() {};
|
||||
dummy.transaction = function() {};
|
||||
dummy.getPath = function() {};
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {{
|
||||
|
||||
@@ -44,7 +44,13 @@
|
||||
:main electron.core/main
|
||||
:devtools
|
||||
{:before-load electron.core/stop
|
||||
:after-load electron.core/start}}
|
||||
:after-load electron.core/start}
|
||||
:compiler-options
|
||||
{:infer-externs :auto
|
||||
:source-map true
|
||||
:externs ["datascript/externs.js"
|
||||
"externs.js"]
|
||||
:warnings {:fn-deprecated false}}}
|
||||
|
||||
:test
|
||||
{:target :node-test
|
||||
|
||||
@@ -49,9 +49,10 @@
|
||||
|
||||
(defn setup-updater! [^js win]
|
||||
;; manual/auto updater
|
||||
(init-updater {:repo "logseq/logseq"
|
||||
:logger logger
|
||||
:win win}))
|
||||
(when-not linux?
|
||||
(init-updater {:repo "logseq/logseq"
|
||||
:logger logger
|
||||
:win win})))
|
||||
|
||||
(defn setup-interceptor! []
|
||||
(.registerFileProtocol
|
||||
|
||||
Reference in New Issue
Block a user