빌드 파일 추가

This commit is contained in:
leedongmyung[desktop] 2023-11-05 08:24:16 +09:00
parent 174b6f5e0a
commit efac231ad2
3 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
PATH=%PATH_WIN%
SET BuildData > build_data.conf
dart run ./bin/main.dart exe -j

View file

View file

@ -27,6 +27,7 @@ fi
if [ ${RESULT} == "TRUE" ] ; then
echo "Build Start!"
flutter clean
flutter pub upgrade --major-versions
flutter packages upgrade
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs