mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-02 18:19:30 +01:00
a9819577d6
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
12 lines
366 B
PowerShell
12 lines
366 B
PowerShell
flutter doctor
|
|
flutter config --enable-windows-desktop
|
|
flutter clean
|
|
flutter pub get
|
|
|
|
Write-Output "$WINDOWN_PFX"
|
|
Move-Item -Path $WINDOWS_PFX -Destination fluffychat.pem
|
|
certutil -decode fluffychat.pem fluffychat.pfx
|
|
|
|
flutter build windows --release -v
|
|
|
|
flutter pub run msix:create -c fluffychat.pfx -p $WINDOWS_PFX_PASS --sign-msix true --install-certificate false |