mirror of
https://github.com/FroggMaster/CreamInstaller.git
synced 2026-06-12 19:11:25 -07:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user