Explorar el Código

Fix copy paste error

Jonas Björkert hace 2 años
padre
commit
ccedc69876
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}"