mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Jenkins was not happy
This commit is contained in:
parent
9135409e67
commit
cb7484cffa
1 changed files with 2 additions and 0 deletions
|
@ -997,6 +997,7 @@ QString MainWindow::FindTaranisPath()
|
|||
eepromfile=temppath;
|
||||
eepromfile.append("/EEPROM.BIN");
|
||||
#if !defined __APPLE__ && !defined WIN32
|
||||
QString fstype = entry->me_type;
|
||||
if (QFile::exists(eepromfile) && fstype.contains("fat") ) {
|
||||
#else
|
||||
if (QFile::exists(eepromfile)) {
|
||||
|
@ -1008,6 +1009,7 @@ QString MainWindow::FindTaranisPath()
|
|||
eepromfile=temppath;
|
||||
eepromfile.append("/TARANIS.BIN");
|
||||
#if !defined __APPLE__ && !defined WIN32
|
||||
QString fstype = entry->me_type;
|
||||
if (QFile::exists(eepromfile) && fstype.contains("fat") ) {
|
||||
#else
|
||||
if (QFile::exists(eepromfile)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue