1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-06-26 07:38:59 +02: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 = '3.0.3';
export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app');