rzane / docker2exe

Convert a Docker image to an executable
127 stars 18 forks source link

Path separator error #7

Open asdasd070511 opened 1 year ago

asdasd070511 commented 1 year ago

An error on Windows.

mkdir C:\Users\m1208/dist

make: *** [Makefile:25: C:\Users\m1208/dist] Error 1 exit status 2

'/' needs to be corrected to '\'