Skip to content

Commit

Permalink
refactor: change name .zip #45
Browse files Browse the repository at this point in the history
  • Loading branch information
gumaciel committed Aug 23, 2023
1 parent 0a4db11 commit 065064e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fi

cd ./bin/release

file_name="poing-admob-ios$godot_version.zip"
file_name="poing-godot-admob-ios$godot_version.zip"

rm $file_name || true
zip -r $file_name ./

0 comments on commit 065064e

Please sign in to comment.