General Enhancements #4

Merged
me merged 64 commits from dev into main 2025-06-16 12:33:16 -07:00
12 changed files with 540 additions and 84 deletions
Showing only changes of commit 48777cf25c - Show all commits

View File

@ -526,7 +526,7 @@
# Project folder manipulation.
dest_folder="$git_project"
if [[ "$dest_folder" == "flutter-*" ]]; then
if [[ "$dest_folder" == "flutter-"* ]]; then
echo "- Using '_' for Flutter Project"
dest_folder="${dest_folder//-/_}"
fi