Update to latest util versions, restore SmokeAPI

Utilities have been updated to the latest versions. The ability to use SmokeAPI instead of CreamAPI has been restored, and a checkbox has been added to switch between them.
This commit is contained in:
Soul Shard
2025-10-01 06:07:54 +07:00
parent 12e9a4b66f
commit c8a65f35bf
64 changed files with 355 additions and 86 deletions
+1
View File
@@ -3,6 +3,7 @@ $Array64 = [System.Text.StringBuilder]::new().AppendLine('[')
function Write-Hash([System.IO.FileInfo] $File, [string] $Version) {
$Hash = (Get-FileHash $File -Algorithm MD5).Hash
$Value = "`t`"$Hash`", // CreamAPI $Version"
$Value = "`t`"$Hash`", // SmokeAPI $Version"
if ($File.Name.Contains('64')) {
$Array64.AppendLine($Value) | Out-Null
} else {