chore: update scripts

This commit is contained in:
Tien Do Nam
2023-03-12 02:06:58 +01:00
parent 52a8d637db
commit 6d3cbc4c3e
3 changed files with 12 additions and 10 deletions
+2
View File
@@ -10,6 +10,8 @@
/private_key.pepk
/upload-keystore.jks
/tienisto.pfx
/scripts/compile_windows_msix_signed.ps1
# Miscellaneous
*.class
-10
View File
@@ -1,10 +0,0 @@
# UNCOMMENT THESE LINES TO BUILD FROM LATEST COMMIT
# git reset --hard origin/main
# git pull
fvm flutter clean
fvm flutter pub get
fvm flutter pub run build_runner build -d
fvm flutter pub run msix:create --store
Write-Output 'Generated Windows msix!'
+10
View File
@@ -0,0 +1,10 @@
# UNCOMMENT THESE LINES TO BUILD FROM LATEST COMMIT
# git reset --hard origin/main
# git pull
flutter clean
flutter pub get
flutter pub run build_runner build -d
flutter pub run msix:create --store
Write-Output 'Generated Windows msix!'