1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +00:00

made it so it doesnt say created .exe file on macos

This commit is contained in:
MaxineHelsel 2022-04-22 16:05:04 -04:00 committed by Matthew Kilgore
parent 46e1122323
commit c0da4caa49

View file

@ -228,10 +228,10 @@ FUNCTION ide2 (ignore)
COLOR 1, 7: _PRINTSTRING ((idewx - 8) / 2, idewy - 4), " Status "
COLOR 15, 1
IF os$ = "LNX" THEN
_PRINTSTRING (2, idewy - 3), "Creating executable file named " + CHR$(34) + f$ + extension$ + CHR$(34) + "..."
ELSE
IF os$ = "WIN" THEN
_PRINTSTRING (2, idewy - 3), "Creating .EXE file named " + CHR$(34) + f$ + extension$ + CHR$(34) + "..."
ELSE
_PRINTSTRING (2, idewy - 3), "Creating executable file named " + CHR$(34) + f$ + extension$ + CHR$(34) + "..."
END IF
PCOPY 3, 0