Skip to content

Commit dbfc151

Browse files
committed
fix: issue #29
1 parent 9d13598 commit dbfc151

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

public/favicon.ico

301 KB
Binary file not shown.

src/Download.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default {
7171
} else if (navigator.platform.startsWith("Win")) {
7272
this.isWindows = true;
7373
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`;
74+
this.windowsDownloadLink = `https://github.com/Beaver-Notes/Beaver-Notes/releases/download/${this.version}/Beaver-notes-Setup-${this.version}.exe`;
7575
} else if (navigator.platform.startsWith("Linux")) {
7676
this.isLinux = true;
7777
this.buttonText = "Download for Linux";

src/assets/icons/AppIcon-6.webp

47.6 KB
Loading

src/assets/logo.png

-57.1 KB
Loading

0 commit comments

Comments
 (0)