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 6e1ba03 commit 91c732eCopy full SHA for 91c732e
src/main.ts
@@ -23,7 +23,7 @@ async function run(): Promise<void> {
23
if (version == "snapshot") {
24
// NOTE: If snapshot, directly assign the newest version.
25
// Current newest snaptshot is `29.0.50`.
26
- zipPath = "https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-29/emacs-29.0.50-snapshot-2022-04-02.zip";
+ zipPath = "https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-29/emacs-29.0.50-snapshot-2022-07-18.zip";
27
} else {
28
switch (dot_ver) {
29
case "23.4":
0 commit comments