Skip to content

Commit

Permalink
Fix: CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Sep 23, 2023
1 parent abd889d commit e301a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/replace_engine_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ if [ ${supported} -eq 0 ]; then
fi

for file in `find ${source_dir} -name "*.uplugin"`; do
sed -i -e "s/\"EngineVersion\": \"5.2.0\",/\"EngineVersion\": \"${engine_version}\",/g" ${file}
sed -i -e "s/\"EngineVersion\": \"5.3.0\",/\"EngineVersion\": \"${engine_version}\",/g" ${file}
echo "Replaced engine version in ${file}"
done

0 comments on commit e301a08

Please sign in to comment.