move electron to 1.2.22 (#937)
This commit is contained in:
		@@ -388,12 +388,12 @@
 | 
			
		||||
        }
 | 
			
		||||
        function downloadWin64() {
 | 
			
		||||
            // TODO: Keep this link up-to-date with the desired release version
 | 
			
		||||
            window.open("https://makecode.com/api/release/ev3/v1.1.20/win64");
 | 
			
		||||
            window.open("https://makecode.com/api/release/ev3/v1.2.22/win64");
 | 
			
		||||
            tickEvent("offlineapp.download", { "target": "ev3", "platform": "win64" });
 | 
			
		||||
        }
 | 
			
		||||
        function downloadMac64() {
 | 
			
		||||
            // TODO: Keep this link up-to-date with the desired release version
 | 
			
		||||
            window.open("https://makecode.com/api/release/ev3/v1.1.20/mac64");
 | 
			
		||||
            window.open("https://makecode.com/api/release/ev3/v1.2.22/mac64");
 | 
			
		||||
            tickEvent("offlineapp.download", { "target": "ev3", "platform": "mac64" });
 | 
			
		||||
        }
 | 
			
		||||
    </script>
 | 
			
		||||
 
 | 
			
		||||
@@ -27,6 +27,6 @@
 | 
			
		||||
        "Videos": "videos"
 | 
			
		||||
    },
 | 
			
		||||
    "electronManifest": {
 | 
			
		||||
        "latest": "v1.1.20"
 | 
			
		||||
        "latest": "v1.2.22"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user