Browse Source

Check that the public version matches the zip

James Bowman 6 years ago
parent
commit
842cd821e6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      publish

+ 3 - 0
publish

@@ -2,3 +2,6 @@ cd sdcard
 zip ../Gameduino2sd.zip *
 cd ../
 rsync -av Gameduino2.zip Gameduino2sd.zip excamera.com:/data/scratch32/html/excamera/files/
+wget -O ref http://excamera.com/files/Gameduino2.zip
+diff ref Gameduino2.zip
+rm ref