Skip to content

Commit

Permalink
64-bit installer now works on Vista
Browse files Browse the repository at this point in the history
  • Loading branch information
Torinde committed Nov 13, 2023
1 parent 999ddcc commit 18b33de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devel-build.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
add_ci_build_entry(REPO, "vsbuild64", "64-bit Visual Studio builds (for Vista+/ARM)");
add_ci_build_entry(REPO, "mingw32", "32-bit MinGW builds (for 7+) and MinGW-lowend builds (for XP+)");
add_ci_build_entry(REPO, "mingw64", "64-bit MinGW builds (for 7+)");
add_ci_build_entry(REPO, "vsbuild_xp", "32/64-bit builds and installers for Windows XP+");
add_ci_build_entry(REPO, "windows-installers", "32-bit installers for Vista+ and 64-bit installers for 7+");
add_ci_build_entry(REPO, "vsbuild_xp", "32/64-bit installers and builds for Windows XP+");
add_ci_build_entry(REPO, "windows-installers", "32/64-bit installers and builds for Vista+");
add_ci_build_entry(REPO, "linux", "Linux (x86_64) builds");
add_ci_build_entry(REPO, "macos", "macOS (x86_64) builds");
add_ci_build_entry(REPO, "hxdos", "HX-DOS (x86) build");
});
</script>
</script>

0 comments on commit 18b33de

Please sign in to comment.