aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmake-release.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/make-release.sh b/make-release.sh
index 97945f2..8944a03 100755
--- a/make-release.sh
+++ b/make-release.sh
@@ -28,6 +28,9 @@ cp -a ${FIRMATA_DIR}.zip ${PDUINO_DIR}.zip ~/code/works/pd/
cd ~/code/works/pd
cvs add ${FIRMATA_DIR}.zip ${PDUINO_DIR}.zip
+# change the versions in the HTML
+sed -i "s|Firmata-[0-9][.0-9A-Za-z_-]*\.zip|${FIRMATA_DIR}.zip|g" objects.html
+sed -i "s|Pduino-[0-9][.0-9A-Za-z_-]*\.zip|${PDUINO_DIR}.zip|g" objects.html