From 73b87af3aba600cccbb312e11f5125f348a7787d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=85=B1=E5=A4=A9=E5=B0=8F=E7=A6=BD=E5=85=BD?= Date: Wed, 31 Aug 2022 21:37:00 +0800 Subject: [PATCH] windows.sh --- windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows.sh b/windows.sh index b7cacbc4..79f751d5 100644 --- a/windows.sh +++ b/windows.sh @@ -1,6 +1,6 @@ version=$(head -n 5 pubspec.yaml | tail -n 1 | cut -d ' ' -f 2) -flutter build windows --build-name=JHenTai --build-number=${version} -t lib/src/main.dart \ +flutter build windows -t lib/src/main.dart \ && cp -r build/windows/runner/Release/ ~/Desktop/JHenTai_${version}_windows/ \ && cd ~/Desktop \ && zip -ro JHenTai_${version}_windows.zip JHenTai_${version}_windows \