mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 17:10:46 +08:00
Updated bat file generation to use backslashes
This commit is contained in:
parent
ded1a45970
commit
9581c8f6e7
2
build.sh
2
build.sh
@ -45,7 +45,7 @@ for NR in `ls patches`; do
|
||||
cd target/SF${NR}
|
||||
patch -p 2 < ../../patches/${NR}
|
||||
cd ../..
|
||||
echo "python/python.exe SF${NR}/skeinforge_application/skeinforge.py" > target/SF${NR}.bat
|
||||
echo "python\\python.exe SF${NR}\\skeinforge_application\\skeinforge.py" > target/SF${NR}.bat
|
||||
echo $NR
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user