delete old sh scripts (welcome to contribution windows users)

This commit is contained in:
Zypherift 2024-03-18 21:35:09 +01:00
parent bf1bb53c96
commit 52530197c3
3 changed files with 0 additions and 39 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.