Fix exe name (era info completa non solo exe)
This commit is contained in:
@@ -3100,7 +3100,7 @@ namespace IOB_WIN_FORM.Iob
|
||||
currDict.Add("MachPort", IOBConfFull.Device.Connect.Port);
|
||||
currDict.Add("Vendor", IOBConfFull.Device.Vendor);
|
||||
currDict.Add("Model", IOBConfFull.Device.Model);
|
||||
currDict.Add("IobExe", $"{entryAssembly?.GetName()}");
|
||||
currDict.Add("IobExe", $"{entryAssembly?.GetName().Name}");
|
||||
currDict.Add("IobVersion", IOBConfFull.General.RelVers);
|
||||
if (IOBConfFull.OptPar != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user