From 6246eefecce358d2abdde3e0fa5fb3f56cafb5fa Mon Sep 17 00:00:00 2001 From: Tunisiano187 Date: Sat, 28 Sep 2024 11:41:58 +0200 Subject: [PATCH] keep --- automatic/metafox/update.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automatic/metafox/update.ps1 b/automatic/metafox/update.ps1 index 1c11b52e7..4a408f284 100644 --- a/automatic/metafox/update.ps1 +++ b/automatic/metafox/update.ps1 @@ -14,7 +14,7 @@ function global:au_SearchReplace { function global:au_BeforeUpdate { . ..\..\scripts\Get-FileVersion.ps1 -keep - $FileVersion = Get-FileVersion $Latest.URL32 + $FileVersion = Get-FileVersion $Latest.URL32 -keep Expand-Archive -Path $FileVersion.TempFile -DestinationPath "tools/" Move-Item -Path $Latest.TempFile -Destination 'tools\MetaFox.exe' $Latest.Unzipped = Get-FileHash -Path 'tools\MetaFox.exe' -Algorithm $FileVersion.checksumType