Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 520 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 520 Bytes

Polypass

A simple, secure, and easy to use password manager written with Dart, Flutter, and Rust

Windows installer

To compile the Windows installer, build the app for Windows in release mode and copy the contents of build/windows/runner/Release to windows-install. Copy setup-script-template.iss to setup-script.iss and change the RepoPath variable to the absolute path of this cloned repository. Compile the installer with Inno Setup, when it is finished the installer executable will be in the Output directory.