mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-11 15:51:06 +00:00
parent
ac99c6424d
commit
be25eab45d
@ -108,7 +108,7 @@ if (appArgs.crashReporter) {
|
||||
companyName: appArgs.companyName || '',
|
||||
productName: appArgs.name,
|
||||
submitURL: appArgs.crashReporter,
|
||||
autoSubmit: true,
|
||||
uploadToServer: true,
|
||||
});
|
||||
});
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
import path from 'path';
|
||||
|
||||
export const DEFAULT_APP_NAME = 'APP';
|
||||
export const ELECTRON_VERSION = '1.8.6';
|
||||
export const ELECTRON_VERSION = '2.0.0';
|
||||
export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app');
|
||||
|
Loading…
Reference in New Issue
Block a user