2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-29 04:39:04 +00:00
nativefier/src/constants.js

6 lines
179 B
JavaScript
Raw Normal View History

import path from 'path';
export const DEFAULT_APP_NAME = 'APP';
export const ELECTRON_VERSION = '2.0.0';
export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app');