2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-13 17:42:20 +00:00
nativefier/src/constants.js
2018-05-16 15:32:27 -04:00

6 lines
179 B
JavaScript

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