61-dev1.13

This commit is contained in:
2024-11-12 18:00:38 -07:00
parent 0c450b81c1
commit 2296a124d0
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -225,15 +225,15 @@ function handleDownloadInstall() {
returnStatus
fi
writeToLog "Executing installer"
writeToLog "Executing installer\n"
eval "$installCmd"
returnStatus
writeToLog "Executing extra tools installer"
writeToLog "Executing extra tools installer\n"
eval "$toolsInstallCmd"
returnStatus
writeToLog "getting the commit hash"
writeToLog "getting the commit hash\n"
commitHash=$(git -C $idfDir rev-parse HEAD)
returnStatus
+1 -1
View File
@@ -1 +1 @@
61-dev1.12
61-dev1.13