Explorar o código

Update README.MD

MoeClub %!s(int64=3) %!d(string=hai) anos
pai
achega
7602ec5ce5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Navicat/README.MD

+ 1 - 1
Navicat/README.MD

@@ -21,7 +21,7 @@ codesign -f -s "<CertificateName>" "/Applications/Navicat Premium.app"
 
 # Loop Retry
 ```
-defaults read "$Plist" |grep '{' |grep -o '[0-9A-Z]\{32\}' |xargs -I {} defaults delete "$Plist" "{}"
+defaults read com.navicat.NavicatPremium.plist |grep '{' |grep -o '[0-9A-Z]\{32\}' |xargs -I {} defaults delete com.navicat.NavicatPremium.plist "{}"
 find "$HOME/Library/Application Support/PremiumSoft CyberTech/Navicat CC/Navicat Premium" -type f -name ".*" -delete
 
 ```