Merge branch 'braid/windows-olm' into 'main'
feat: include olm to Windows builds See merge request famedly/fluffychat!1007braid/drawer
commit
fbfb5a8b5d
@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
git clone https://gitlab.matrix.org/matrix-org/olm.git -b 3.2.12
|
||||||
|
cd olm
|
||||||
|
cmake . -Bbuild -DCMAKE_TOOLCHAIN_FILE=Windows64.cmake
|
||||||
|
cmake --build build
|
||||||
|
cd ..
|
@ -0,0 +1,5 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue