Enable offline download page (#733)

* Enable offline download page

* avoid clashing with docs
This commit is contained in:
Guillaume Jenkins 2018-06-22 17:52:17 -04:00 committed by Peli de Halleux
parent 7aac8ab5f3
commit 5516d041d6

View File

@ -388,7 +388,7 @@
} }
function downloadWin64() { function downloadWin64() {
// TODO: Keep this link up-to-date with the desired release version // TODO: Keep this link up-to-date with the desired release version
window.open("https://makecode.com/api/release/ev3/v0.3.2/win32"); window.open("https://makecode.com/api/release/ev3/v0.3.6/win32");
tickEvent("offlineapp.download", { "target": "ev3", "platform": "win64" }); tickEvent("offlineapp.download", { "target": "ev3", "platform": "win64" });
} }
</script> </script>