mirror of https://github.com/TriliumNext/Notes
fix missing doc resources for launchers, closes #3455
parent
c6485f8e03
commit
7c98ade72b
@ -0,0 +1,6 @@
|
||||
const assetPath = require("./asset_path");
|
||||
const env = require("./env");
|
||||
|
||||
module.exports = env.isDev()
|
||||
? assetPath + "/app"
|
||||
: assetPath + "/app-dist";
|
||||
Loading…
Reference in New Issue