mirror of
https://github.com/localsend/localsend.git
synced 2026-06-23 04:10:07 +00:00
chore: update scripts
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
/private_key.pepk
|
||||
/upload-keystore.jks
|
||||
/tienisto.pfx
|
||||
/scripts/compile_windows_msix_signed.ps1
|
||||
|
||||
# Miscellaneous
|
||||
*.class
|
||||
|
||||
@@ -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!'
|
||||
@@ -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!'
|
||||
Reference in New Issue
Block a user