Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Release

Windows

  1. Set up a self-signed certificate
    Run the PowerShell script:

    ./tools/new-self-certificate.ps1
    
    
  2. Create .secrets.json with the following content:

    {
        "WINDOWS_CERTIFICATE_PASSWORD": <>,
        "TAURI_SIGNING_PRIVATE_KEY_PASSWORD": <>
    }
    
  3. Build the project

    Run ./tools/build.ps1

Linux

Simply run cargo tauri build