Skip to content

DREDGE-Mods/DredgeModManager

Repository files navigation

Dredge Mod Manager

GitHub all releases GitHub release (latest by date)

A mod manager for Dredge mods using the Winch mod loader. Can download and install mods from the DREDGE Mod Database and handles enabling/disabling the mods using Winch.

Mod manager screenshot

Development

To run you go npm install -> npm run tauri dev

Be sure to install prerequisites

Recommended IDE Setup:

To regenerate the icon replace app-icon.png and run npm run tauri icon.

Releasing updates

First make sure to search for the previous version number in the manager files and update it to the new value. Follow semver.

Make a PR from dev into main. When the PR is actually merged, the commit message will be used as the changelog, so update it accordingly. We should really have the release action copy the description of the PR into there too.

The action will then create a draft release from that dev->main PR. Make sure to write in the changelog into the description of the release, and change the tag to the format vX.X.X (put actual version number). Then publish.

Thanks

To bdlm-dev for redoing the front-end (twice).

To Bwc9876 for answering my questions about Tauri/rust/actions/everything.