mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Linux fix
This commit is contained in:
parent
7de7245b33
commit
d39450b3ab
2 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue