Skip to content
/ xcmd Public

Modern cross-platform open-source dual-pane file manager.

License

Notifications You must be signed in to change notification settings

xcmd-io/xcmd

Repository files navigation

Cross Commander

Cross Commander is modern cross-platform open-source dual-pane file manager.

Development

To start in development mode:

cargo run

Releasing

Update version in tauri.conf.json under .package.version:

"version": "0.1.8"

To release a new version:

git tag v0.1.8 -m "Release message"
git push origin v0.1.8