mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Uniform artifact file names
This commit is contained in:
parent
a968d3c4e9
commit
9f6669378a
2 changed files with 18 additions and 0 deletions
|
@ -4,6 +4,8 @@ const path = require('path');
|
|||
const Store = require('electron-store');
|
||||
Store.initRenderer();
|
||||
|
||||
const { SITLProcess } = require('./sitl');
|
||||
|
||||
require('@electron/remote/main').initialize();
|
||||
|
||||
const usbBootloaderIds = [
|
||||
|
@ -152,6 +154,7 @@ app.on('ready', () => {
|
|||
app.on('window-all-closed', () => {
|
||||
|
||||
if (process.platform !== 'darwin') {
|
||||
SITLProcess.stop();
|
||||
app.quit();
|
||||
}
|
||||
console.log("We're closing...");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue