remove anims installer
This commit is contained in:
parent
75860e5e59
commit
d63649e354
1 changed files with 0 additions and 7 deletions
|
@ -340,13 +340,6 @@ for ($i = 0; $i -lt $libcount; $i++) {
|
|||
Remove-Item $TempPath -Force -Recurse;
|
||||
|
||||
Write-Host Beatrun Installed!;
|
||||
|
||||
$confirmation = Read-Host "`nDo you want to change animations? (y/n)";
|
||||
if ($confirmation -eq "y") {
|
||||
Set-Location -Path $NewAddonPath;
|
||||
$AnimChangerPath = $NewAddonPath + "\\BeatrunAnimInstaller.exe";
|
||||
Start-Process -FilePath $AnimChangerPath -WorkingDirectory $NewAddonPath
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue