Skip to content

Commit bf30c42

Browse files
committed
Fixed the view of the snapshot dates and moved it behind the file size.
Added the macOS tools download.
1 parent 6befed4 commit bf30c42

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

content/download.dat

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22
// official release
3-
begin_section("Exult v1.10.1 - official release");
3+
begin_section("Exult v1.10.1 - official release - 2024-09-25");
44
add_extern_entry("exult-1.10.1.exe", "Exult for Windows installer (7/8/10/11)", 24692);
55
add_extern_entry("exult-1.10.1.dmg", "Exult for macOS 10.11 - 15.x (64-bit intel/arm64)", 23148);
66
add_extern_entry("exult-1.10.1.apk", "Exult for Android", 53960);
77
add_extern_entry("exult-1.10.1.tar.gz", "Exult Sourcecode (.tar.gz)", 19689);
88
end_section();
99

10-
begin_section("Exult Studio and Tools v1.10 - official release");
10+
begin_section("Exult Studio and Tools v1.10.1 - official release - 2024-09-25");
1111
add_extern_entry("exult-studio-1.10.1.exe", "Exult Studio for Windows (7/8/10/11)", 59338);
1212
add_extern_entry("exult-studio-1.10.1.dmg", "Exult Studio for macOS 10.11 - 15.x (64-bit intel/arm64)", 68668);
1313
add_extern_entry("exult-tools-1.10.1.exe", "Exult Tools for Windows (7/8/10/11)", 21885);
@@ -24,7 +24,8 @@ end_section();
2424
begin_section("Exult Studio and Tools v1.11.x Snapshots of current code");
2525
add_local_entry("ExultStudio.exe", "Exult Studio for Windows");
2626
add_local_entry("ExultStudio-snapshot.dmg", "Exult Studio for macOS 10.11 - 15.x (64-bit intel/arm64)");
27-
add_local_entry("ExultTools.exe", "Exult Tools for Windows ");
27+
add_local_entry("ExultTools.exe", "Exult Tools for Windows");
28+
add_local_entry("exult_tools_macOS.zip", "Exult Tools for for macOS 10.11 - 15.x (64-bit intel/arm64)");
2829
end_section();
2930

3031
begin_section("Plug-ins for SHP files");

templates/snapshot_entry.tpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<tr>
22
<td class="blank-column"></td>
33
<td><a href="snapshots/{FILENAME}">{DESCRIPTION}</a></td>
4-
<td>{FILE_DATE} {FILE_TIME}</td>
4+
<td class="blank-column"><br /></td>
55
<td class="right-aligned">{SIZE} KB</td>
6+
<td class="blank-column"><br /></td>
7+
<td>{FILE_DATE} {FILE_TIME}</td>
68
</tr>

0 commit comments

Comments
 (0)