X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=mutagen%2Finstall.ps1;fp=mutagen%2Finstall.ps1;h=bffc1052fc94f29993f07e428bcf64701f69b1aa;hb=ee740c9070ac7f6f2bd063a799e7395a387113d5;hp=51a66a63020aa85ec3fd3ed32d16b91d4e7de8c0;hpb=237b7dc9fc77fe66ae4089908af04a433b271cca;p=webi-installers%2F.git diff --git a/mutagen/install.ps1 b/mutagen/install.ps1 index 51a66a6..bffc105 100644 --- a/mutagen/install.ps1 +++ b/mutagen/install.ps1 @@ -29,7 +29,6 @@ IF (!(Test-Path -Path "$pkg_src_cmd")) pushd .local\tmp - Remove-Item -Path ".\mutagen-v*" -Recurse -ErrorAction Ignore Remove-Item -Path ".\mutagen.exe" -Recurse -ErrorAction Ignore echo "Unpacking $pkg_download" @@ -37,7 +36,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd")) echo "Install Location: $pkg_src_cmd" New-Item "$pkg_src_bin" -ItemType Directory -Force - Move-Item -Path ".\mutagen-*\mutagen.exe" -Destination "$pkg_src_bin" + Move-Item -Path ".\mutagen.exe" -Destination "$pkg_src_bin" popd }