JBenda / inkcpp

Inkle Ink C++ Runtime with JSON>Binary Compiler
MIT License
73 stars 15 forks source link

GitHub Actions downloads Inklecate #21

Closed brwarner closed 3 years ago

brwarner commented 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

JBenda commented 3 years ago

Environment variable seems fine :+1: , this ensures that you can run the same script on each platform