From 52530197c3a52dc6a70f7ffb875748073a565c57 Mon Sep 17 00:00:00 2001 From: ReinerRego Date: Mon, 18 Mar 2024 21:35:09 +0100 Subject: [PATCH] delete old sh scripts (welcome to contribution windows users) --- fix-d8dx.sh | 6 ------ fix-darwin.sh | 26 -------------------------- fix-pub.sh | 7 ------- 3 files changed, 39 deletions(-) delete mode 100755 fix-d8dx.sh delete mode 100755 fix-darwin.sh delete mode 100755 fix-pub.sh diff --git a/fix-d8dx.sh b/fix-d8dx.sh deleted file mode 100755 index ef172d1..0000000 --- a/fix-d8dx.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -cd $ANDROID_SDK/build-tools/31.0.0 && - mv -v d8 dx && - cd lib && - mv -v d8.jar dx.jar diff --git a/fix-darwin.sh b/fix-darwin.sh deleted file mode 100755 index a76a7db..0000000 --- a/fix-darwin.sh +++ /dev/null @@ -1,26 +0,0 @@ -cd ./refilc -flutter clean -flutter pub get -cd .. - -cd ./refilc_kreta_api -flutter clean -flutter pub get -cd .. - -cd ./refilc_mobile_ui -flutter clean -flutter pub get -cd .. - -cd ./refilc_desktop_ui -flutter clean -flutter pub get -cd .. - -cd ./refilc_plus -flutter clean -flutter pub get -cd .. - -echo Fixed pub. diff --git a/fix-pub.sh b/fix-pub.sh deleted file mode 100755 index 560bae9..0000000 --- a/fix-pub.sh +++ /dev/null @@ -1,7 +0,0 @@ -cd refilc && flutter clean && flutter pub get && cd .. -cd refilc_kreta_api && flutter clean && flutter pub get && cd .. -cd refilc_mobile_ui && flutter clean && flutter pub get && cd .. -cd refilc_desktop_ui && flutter clean && flutter pub get && cd .. -cd refilc_plus && flutter clean && flutter pub get && cd .. - -echo Fixed pub. \ No newline at end of file