Skip to content

Commit

Permalink
keep
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 28, 2024
1 parent e4cc97e commit 6246eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/metafox/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6246eef

Please sign in to comment.