Nativefier/src/constants.js

6 lines
180 B
JavaScript
Raw Normal View History

import path from 'path';
export const DEFAULT_APP_NAME = 'APP';
2020-01-24 01:57:18 +01:00
export const ELECTRON_VERSION = '5.0.13';
export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app');