There was an error while loading. Please reload this page.
1 parent bdb4702 commit b6ad6eeCopy full SHA for b6ad6ee
1 file changed
src/routes/flasher/+page.svelte
@@ -75,21 +75,6 @@
75
}
76
77
function getBuildPath(releaseTag, selectedDevice) {
78
- // using alternative Launcher CORS proxy until Bruce's proxy doesn't get fixed
79
- // Change "activated" to False to get back to original code,
80
- // keep the alternative proxy in the code, DO NOT remove!!
81
- const activated = true;
82
-
83
- if (activated && releaseTag === 'betaRelease') {
84
- return (
85
- 'https://launcher-cors-proxy-99894582617.europe-west1.run.app/?url=https://github.com/BruceDevices/firmware/releases/download/' +
86
- releaseTag +
87
- '/Bruce-' +
88
- encodeURIComponent(selectedDevice) +
89
- '.bin'
90
- );
91
- }
92
93
return (
94
'https://bruce.iceis.co.uk/service/github/' +
95
releaseTag +
0 commit comments