dtmt/crates/dtmm/src
Lucas Schwiderski 246564d00f
All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
Fetch file version from Nexus
When importing an archive file downloaded from Nexus, the file name does
include a version field. But, presumably for compatibility reasons,
Nexus replaces special characters with `-`, so that this field doesn't
match common schemes like `1.0.0`.
So instead we use the also included update timestamp to find the
corresponding file info from Nexus and use the version data from that.

Closes #131.
2023-11-24 13:54:19 +01:00
..
controller Fetch file version from Nexus 2023-11-24 13:54:19 +01:00
state Use mod name from Nexus if necessary 2023-11-24 11:52:47 +01:00
ui Use mod name from Nexus if necessary 2023-11-24 11:52:47 +01:00
util Fix Nexusmods API key not being loaded from config 2023-11-24 11:52:47 +01:00
main.rs Implement deploying non-bundled mods 2023-11-24 11:52:47 +01:00