We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5daaed1 + c9d4de4 commit 06c8bb0Copy full SHA for 06c8bb0
cpinstaller.js
@@ -162,10 +162,10 @@ export class CPInstallButton extends InstallButton {
162
}
163
this.releaseVersion = releaseInfo.version;
164
165
- if (releaseInfo.uf2file) {
+ if (releaseInfo.uf2file && !this.uf2FileUrl) {
166
this.uf2FileUrl = this.updateBinaryUrl(releaseInfo.uf2file);
167
168
- if (releaseInfo.binfile) {
+ if (releaseInfo.binfile && !this.binFileUrl) {
169
this.binFileUrl = this.updateBinaryUrl(releaseInfo.binfile);
170
171
0 commit comments