RunProgram() on MacOS (arm64) [SOLVED]
Posted: Wed May 01, 2024 7:50 pm
Hi, recently RunProgram stopped working on the MacOS compile, and I dont know why, it may have been linked to the recent 6.10 LTS update. The Windows component still functions. Can some one verify this for me?
Code: Select all
CompilerIf #PB_Compiler_OS = #PB_OS_MacOS
RunProgram("open","http://www.google.com/","")
CompilerElseIf #PB_Compiler_OS = #PB_OS_Windows
RunProgram("http://www.google.com/")
CompilerEndIf