Explorar el Código

Update README.MD

MoeClub hace 3 años
padre
commit
7602ec5ce5
Se han modificado 1 ficheros con 1 adiciones y 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
 
 ```