/
githubmirror
/
marktext
Обзор
Документация
Войти
/
githubmirror
/
marktext
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.13.65
src/main/globalSetting.js
11 строк
379 B
Felix Häusler
Fix keybinding issues (#543)
06 ноя 2018, 19:16
06 ноя 2018, 19:16
5339ef6
Код
Авторство
О чём код?
/** * Set `__static` path to static files in production * https://simulatedgreg.gitbooks.io/electron-vue/content/en/using-static-assets.html */ if (process.env.NODE_ENV !== 'development') { global.__static = require('path').join(__dirname, '/static').replace(/\\/g, '\\\\') } global.MARKTEXT_DEBUG = process.env.NODE_ENV !== 'production' global.MARKTEXT_SAFE_MODE = false