mirror of
https://github.com/massgravel/massgrave.dev.git
synced 2024-11-23 15:00:54 +07:00
Revert back
This commit is contained in:
parent
03ae00fd77
commit
15509e8ddc
@ -8,8 +8,8 @@ function Exit-Script {
|
||||
)
|
||||
|
||||
process {
|
||||
if (Test-Path -Path "$env:USERPROFILE\Desktop\MAS.cmd") {
|
||||
Remove-Item -Path "$env:USERPROFILE\Desktop\MAS.cmd" -Force
|
||||
if (Test-Path -Path "$env:TEMP\MAS.cmd") {
|
||||
Remove-Item -Path "$env:TEMP\MAS.cmd" -Force
|
||||
}
|
||||
|
||||
exit $ExitCode
|
||||
|
Loading…
Reference in New Issue
Block a user