Skip to content

Commit

Permalink
feat: better build script filename
Browse files Browse the repository at this point in the history
Signed-off-by: rooot <hey@rooot.gay>
  • Loading branch information
RoootTheFox committed Jun 5, 2023
1 parent 840c1b8 commit 67f5507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare.sh → build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ script_dir=$(dirname -- "$script_real_path")
cd "$script_dir" || cd_fail # make sure we're running in the script directory in case we get invoked from another directory
mv "$script_dir/.git-tmp" "$script_dir/.git" 2>/dev/null || echo a >/dev/null # in case the script got killed while applying patches

echo -e " ~ ${BOLD_PINK}Celeste ${RESET}${BOLD_CYAN}iOS${RESET} prepare script ~"
echo -e " ~ ${BOLD_PINK}Celeste ${RESET}${BOLD_CYAN}iOS${RESET} build script ~"
echo -e " written by ${BOLD_PINK}rooot${RESET}"
echo -e " https://github.com/RoootTheFox/celeste-ios"
echo -e "\n"
Expand Down

0 comments on commit 67f5507

Please sign in to comment.