More site fix.
This commit is contained in:
@ -288,9 +288,9 @@ $(DEPLOY)/app.yaml: $(ARDUINO)/ESP32forth.zip \
|
|||||||
cp -r $(WINDOWS)/uEf64.exe $(DEPLOY)/downloads/uEf64.exe
|
cp -r $(WINDOWS)/uEf64.exe $(DEPLOY)/downloads/uEf64.exe
|
||||||
cp -r $(RES)/eforth.ico $(DEPLOY)/downloads/favicon.ico
|
cp -r $(RES)/eforth.ico $(DEPLOY)/downloads/favicon.ico
|
||||||
cp site/.gcloudignore $(DEPLOY)
|
cp site/.gcloudignore $(DEPLOY)
|
||||||
cat site/ESP32Forth.html | \
|
cat site/ESP32forth.html | \
|
||||||
sed "s/{{VERSION}}/${VERSION}/g" | \
|
sed "s/{{VERSION}}/${VERSION}/g" | \
|
||||||
sed "s/{{REVISION}}/${REVISION}/g" > $(DEPLOY)/ESP32Forth.html
|
sed "s/{{REVISION}}/${REVISION}/g" > $(DEPLOY)/ESP32forth.html
|
||||||
cat site/windows.html | \
|
cat site/windows.html | \
|
||||||
sed "s/{{VERSION}}/${VERSION}/g" | \
|
sed "s/{{VERSION}}/${VERSION}/g" | \
|
||||||
sed "s/{{REVISION}}/${REVISION}/g" > $(DEPLOY)/windows.html
|
sed "s/{{REVISION}}/${REVISION}/g" > $(DEPLOY)/windows.html
|
||||||
|
|||||||
Reference in New Issue
Block a user