mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-01 01:29:28 +01:00
e368227780
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
6 lines
245 B
PowerShell
6 lines
245 B
PowerShell
Write-Output "$WINDOWN_PFX"
|
|
Move-Item -Path $WINDOWS_PFX -Destination fluffychat.pem
|
|
certutil -decode fluffychat.pem fluffychat.pfx
|
|
|
|
flutter pub run msix:create -c fluffychat.pfx -p $WINDOWS_PFX_PASS --sign-msix true --install-certificate false
|