File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ export templatesdir="${tmpdir}/templates"
67
67
export templatesdir_mono=" ${tmpdir} /mono/templates"
68
68
69
69
export godot_basename=" Godot_v${godot_version} "
70
- export godot_version_number=$( echo ${godot_basename} | grep -Po ' \d+\.\d+(\.\d+)?' )
71
70
72
71
# Cleanup and setup
73
72
@@ -180,7 +179,7 @@ if [ "${build_classical}" == "1" ]; then
180
179
# # Android (Classical) ##
181
180
182
181
# Lib for direct download
183
- cp out/android/templates/godot-lib.release.aar ${reldir} /godot-lib.${godot_version_number } .release.aar
182
+ cp out/android/templates/godot-lib.release.aar ${reldir} /godot-lib.${templates_version } .release.aar
184
183
185
184
# Templates
186
185
cp out/android/templates/* .apk ${templatesdir} /
@@ -385,7 +384,7 @@ if [ "${build_mono}" == "1" ]; then
385
384
# # Android (Mono) ##
386
385
387
386
# Lib for direct download
388
- cp out/android/templates-mono/godot-lib.release.aar ${reldir_mono} /godot-lib.${godot_version_number } .release.aar
387
+ cp out/android/templates-mono/godot-lib.release.aar ${reldir_mono} /godot-lib.${templates_version } .release.aar
389
388
390
389
# Templates
391
390
cp out/android/templates-mono/* .apk ${templatesdir_mono} /
You can’t perform that action at this time.
0 commit comments