1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

Fixes, Readme, Makers

This commit is contained in:
Scavanger 2024-04-21 20:46:16 -03:00
parent 6fe68a6b73
commit 0d1502e03d
28 changed files with 1055 additions and 408 deletions

View file

@ -211,7 +211,7 @@ var SITLProcess = {
sitlExePath = path.join(__dirname, './../resources/sitl/windows/inav_SITL.exe');
eepromPath = `${app.getPath('userData')}\\${eepromFileName}`
} else if (GUI.operating_system == 'Linux') {
sitlExePath = './../resources/sitl/linux/inav_SITL';
sitlExePath = path.join(__dirname, './../resources/sitl/linux/inav_SITL');
eepromPath = `${app.getPath('userData')}/${eepromFileName}`
chmod(sitlExePath, 0o755, err => {
if (err)