Can't build image on Windows (Zinc issue?)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Can't build image on Windows (Zinc issue?)

sebastianconcept@gmail.co
Hi guys,

I’m opening the image from a script that automates the build. In Linus and OS X all goes fine but in windows, opening it from git-bash, I’m having this problem.

Does anybody knows what can be causing this?

It’s a Zinc issue?

Reply | Threaded
Open this post in threaded view
|

Re: Can't build image on Windows (Zinc issue?)

sebastianconcept@gmail.co
I think git-bash might be confusing the filesystem

Windows uses \ as slash and with git-bash it should be pretending it's on a *nix filesystem by using /

The is a single point where I can change the FS slash?