Create Windows installer #53

This commit is contained in:
2025-07-30 07:49:58 -05:00
parent 17b7b09333
commit 1e7e304b43

View File

@@ -40,7 +40,6 @@ begin
then begin
PathPos := Pos(';' + Param + ';', ';' + CurPath + ';');
Result := PathPos = 0;
MsgBox('Path|' + CurPath + '|Param|' + Param + '|Pos|' + IntToStr(PathPos), mbInformation, MB_OK);
exit;
end;