@@ -120,7 +120,7 @@ export default {
: "";
},
accept() {
- return this.fileType === "INSTALL" ? ".exx" : ".zip";
+ return this.fileType === "INSTALL" ? ".exe" : ".zip";
mounted() {