Skip to content

Commit

Permalink
Set provider for nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Jul 14, 2024
1 parent 53ecce3 commit dfb6779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ nexus::export! {
flags: AddonFlags::IsVolatile,
load: Addon::load,
unload: Addon::unload,
provider: UpdateProvider::None, // FIXME: nexus version system is semver incompatible
provider: UpdateProvider::GitHub,
update_link: env!("CARGO_PKG_REPOSITORY"),
}

0 comments on commit dfb6779

Please sign in to comment.