* initial scripts n actions * custom cshared isolate * kitlin fixes * integrate and token fix * executable and gstreamer * disable check dupes, fix gstreamer * another linux update, removed 2 android builds * new updates * final android attempt * formatting --------- Co-authored-by: ggurdin <ggurdin@gmail.com>
5 lines
No EOL
244 B
PowerShell
5 lines
No EOL
244 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 |