Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Nov 1, 2024
1 parent a1b0771 commit f5ad425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function run(): Promise<void> {
if (version == "snapshot") {
// NOTE: If snapshot, directly assign the newest version.
// Current newest snaptshot is `30.0.50`.
zipPath = "https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-30/emacs-30.0.91.zip";
zipPath = "https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-30/emacs-30.0.92.zip";
} else {
switch (dot_ver) {
case "22.3":
Expand Down

0 comments on commit f5ad425

Please sign in to comment.