mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EDU win uninstall: delete python installer if exists.
This commit is contained in:
@@ -196,8 +196,8 @@ loop:
|
||||
StrCmp $1 "." next 0
|
||||
StrCmp $1 ".." next 0
|
||||
StrCmp $1 "" done
|
||||
DetailPrint "delete file: $1"
|
||||
Delete $1
|
||||
DetailPrint "delete file: $0/$1"
|
||||
Delete "$0\$1"
|
||||
next:
|
||||
FindNext $2 $1
|
||||
Goto loop
|
||||
|
||||
Reference in New Issue
Block a user