go-embed-python icon indicating copy to clipboard operation
go-embed-python copied to clipboard

files.json path separator

Open an0nym05 opened this issue 2 years ago • 1 comments
trafficstars

I've noticed that code generated under windows uses ""\" as path separator in files.json. This returns error when trying to compile under OSX/Linux as "cannot find file bin\something". The generator's code should take difference into account regardless the development platform.

an0nym05 avatar Apr 11 '23 12:04 an0nym05

I never tested building on Windows, as I'm only able to use Mac and Linux as built systems. I used cross-compilation to get Windows builds working.

If someone is able to provide fixes for Windows as build system, I'm happy to accept PRs.

codablock avatar Dec 12 '23 14:12 codablock