forked from firka/student-legacy
delete old sh scripts (welcome to contribution windows users)
This commit is contained in:
parent
bf1bb53c96
commit
52530197c3
@ -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
|
@ -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.
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user