Roadmap: https://trello.com/b/DSGNLd6k/dfinder Icons source: https://fonts.google.com/icons
Win11 \ Win10
When using .msi you need admin \ When using .exe you dont need admin
WARNING SOURCECODE IS MOST TIMES STABLE.
IF NOT USE AND RELEASE SOURCECODE
Install git and rust and tauri.
winget install --id Git.Git -e --source winget
https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe Run this installer of rust
cargo install tauri-cli
Clone and init
git clone https://github.com/dedestem/dfinder
cd dfinder/src-tauri
Build for dev = Runs without making exe/installer
cargo tauri dev
Build for installer .exe and .msi
cargo tauri build
Warning DFinder 0.2.5 is broken