Proper sed options

This commit is contained in:
Segey Lapin
2019-07-19 20:21:24 +03:00
parent 7e26c074ab
commit fc522041d4

2
Jenkinsfile vendored
View File

@@ -84,7 +84,7 @@ node('docker && ubuntu-16.04') {
cd proto1
ls -l
cp project.godot project.godot.backup
sed -e 's/GLES3/GLES2/g' -f -i project.godot
sed -e 's/GLES3/GLES2/g' -i project.godot
cat project.godot
${base}/godot-templates/godot_server.x11.tools.64 --export "HTML5" ${base}/proto1-html/index.html
cp project.godot.backup project.godot