Release
Windows
-
Set up a self-signed certificate
Run the PowerShell script:./tools/new-self-certificate.ps1
-
Create .secrets.json with the following content:
{ "WINDOWS_CERTIFICATE_PASSWORD": <>, "TAURI_SIGNING_PRIVATE_KEY_PASSWORD": <> }
-
Build the project
Run
./tools/build.ps1
Linux
Simply run cargo tauri build