fix offline app url

This commit is contained in:
Peli de Halleux 2018-06-22 14:54:08 -07:00
parent 1a73aec74d
commit 06565995d3

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.6/win32"); window.open("https://makecode.com/api/release/ev3/v0.3.6/win64");
tickEvent("offlineapp.download", { "target": "ev3", "platform": "win64" }); tickEvent("offlineapp.download", { "target": "ev3", "platform": "win64" });
} }
</script> </script>