We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d13598 commit dbfc151Copy full SHA for dbfc151
4 files changed
public/favicon.ico
301 KB
src/Download.vue
@@ -71,7 +71,7 @@ export default {
71
} else if (navigator.platform.startsWith("Win")) {
72
this.isWindows = true;
73
this.buttonText = "Download for Windows";
74
- this.windowsDownloadLink = `https://github.com/Beaver-Notes/Beaver-Notes/releases/download/${this.versionn}/Beaver-notes-Setup-${this.version}.exe`;
+ this.windowsDownloadLink = `https://github.com/Beaver-Notes/Beaver-Notes/releases/download/${this.version}/Beaver-notes-Setup-${this.version}.exe`;
75
} else if (navigator.platform.startsWith("Linux")) {
76
this.isLinux = true;
77
this.buttonText = "Download for Linux";
src/assets/icons/AppIcon-6.webp
47.6 KB
src/assets/logo.png
-57.1 KB
0 commit comments