1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-14 14:24:10 +02:00

Linux fix

This commit is contained in:
Brian Fiete 2020-01-24 13:45:30 -08:00
parent 7de7245b33
commit d39450b3ab
2 changed files with 6 additions and 4 deletions

View file

@ -10175,7 +10175,9 @@ namespace IDE
Environment.GetExecutableFilePath(exeFilePath);
mVersionInfo = new .();
mVersionInfo.GetVersionInfo(exeFilePath).IgnoreError();
#if BF_PLATFORM_WINDOWS
exeTime = File.GetLastWriteTime(exeFilePath).GetValueOrDefault();
#endif
}
return mVersionInfo;
}