Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Thqrn committed Jan 13, 2024
1 parent e2548d8 commit 579918d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function showAdditionalOptions(selectedOption) {
option2.textContent = "GitHub";
option1.addEventListener("click", () => {
window.open(
"https://github.com/qm-org/qm-go/releases/download/v1.0.0/qm-go.exe",
"https://github.com/qm-org/qm-go/releases/download/v1.0.1/qm-go.exe",
"_blank"
);
});
Expand Down

0 comments on commit 579918d

Please sign in to comment.