diff --git a/fix-darwin.sh b/fix-darwin.sh index db5bde3..a76a7db 100755 --- a/fix-darwin.sh +++ b/fix-darwin.sh @@ -18,9 +18,9 @@ flutter clean flutter pub get cd .. -cd ./filcnaplo_premium +cd ./refilc_plus flutter clean flutter pub get cd .. -echo Fixed pub. \ No newline at end of file +echo Fixed pub. diff --git a/upgrade-pub.sh b/upgrade-pub.sh index 657f572..9d4e72c 100644 --- a/upgrade-pub.sh +++ b/upgrade-pub.sh @@ -2,6 +2,6 @@ cd refilc && flutter pub upgrade && cd .. cd refilc_kreta_api && flutter pub upgrade && cd .. cd refilc_mobile_ui && flutter pub upgrade && cd .. cd refilc_desktop_ui && flutter pub upgrade && cd .. -cd filcnaplo_premium && flutter pub upgrade && cd .. +cd refilc_plus && flutter pub upgrade && cd .. -echo Upgraded pub. \ No newline at end of file +echo Upgraded pub.