Closed brwarner closed 3 years ago
Hmmm. Seems like Mono doesn't check the path when you pass it an exe to run. I'll have to find another way of passing the inklecate command line to the CLI. Maybe a command line switch that takes the command to run for inklecate?
Something like: inkcpp_cl -inklecate "mono ./inklecate/inklecate.exe" myFile.ink
inkcpp_cl -inklecate "mono ./inklecate/inklecate.exe" myFile.ink
Environment variable seems fine :+1: , this ensures that you can run the same script on each platform
Hmmm. Seems like Mono doesn't check the path when you pass it an exe to run. I'll have to find another way of passing the inklecate command line to the CLI. Maybe a command line switch that takes the command to run for inklecate?
Something like:
inkcpp_cl -inklecate "mono ./inklecate/inklecate.exe" myFile.ink