빌드 파일 추가
This commit is contained in:
parent
174b6f5e0a
commit
efac231ad2
3 changed files with 6 additions and 0 deletions
5
assets/script/batch/build.bat
Normal file
5
assets/script/batch/build.bat
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
PATH=%PATH_WIN%
|
||||
|
||||
SET BuildData > build_data.conf
|
||||
|
||||
dart run ./bin/main.dart exe -j
|
||||
0
assets/script/shell/build.sh
Normal file
0
assets/script/shell/build.sh
Normal 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue