Move add_version_info to scripts dir

Not specific to update packaging
This commit is contained in:
Dan Stillman 2023-05-14 04:52:43 -04:00
parent 19265d4e98
commit 4695b156e0
2 changed files with 1 additions and 1 deletions

View file

@ -145,7 +145,7 @@ do
jsonfile="updates-$arch.json"
scp $DEPLOY_HOST:"$channel_deploy_path/$jsonfile" "$TEMP_DIR/$jsonfile"
"$ROOT_DIR/update-packaging/add_version_info" -f "$TEMP_DIR/$jsonfile" -v $VERSION -b $BUILD_ID
"$SCRIPT_DIR/add_version_info" -f "$TEMP_DIR/$jsonfile" -v $VERSION -b $BUILD_ID
scp "$TEMP_DIR/$jsonfile" $DEPLOY_HOST:"$channel_deploy_path/$jsonfile"
done
done