From d65b5de1958bc703add70c6a13a2b77547604f09 Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 28 Feb 2024 23:39:35 +0100 Subject: [PATCH] feat: every filcnaplo call should now be refilc --- fix-darwin.sh | 4 ++-- upgrade-pub.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.