Ver código fonte

Fix copy paste error

Jonas Björkert 2 anos atrás
pai
commit
ccedc69876
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Scripts/capture-build-details.sh

+ 1 - 1
Scripts/capture-build-details.sh

@@ -17,4 +17,4 @@ fi
 echo "Gathering build date..."
 
 # Capture the current date and write it to BuildDetails.plist
-plutil -replace com-LoopFollow-date -string "$(date)" "${info_plist_path}"
+plutil -replace com-LoopFollow-build-date -string "$(date)" "${info_plist_path}"