Skip to content

Commit

Permalink
astro_modloader + astro_modintegrator: fix msstore platform
Browse files Browse the repository at this point in the history
  • Loading branch information
localcc committed Aug 24, 2022
1 parent 59dca67 commit 1cd072e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astro_modintegrator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.1.4"
edition = "2021"

[dependencies]
unreal_modloader = { verison = "0.1.4", git = "https://github.com/AstroTechies/unrealmodding", features = ["ue4_23"] }
unreal_modloader = { verison = "0.1.5", git = "https://github.com/AstroTechies/unrealmodding", features = ["ue4_23"] }
serde_json = "1.0.82"
serde = { version = "1.0.140", features = ["derive"] }
log = "0.4.17"
Expand Down
2 changes: 1 addition & 1 deletion astro_modloader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "astro_modloader"
authors = ["AstroTechies"]
version = "0.1.4"
version = "0.1.5"
edition = "2021"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions astro_modloader/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ where
Box::new(MsStoreInstallManager::new(
"SystemEraSoftworks",
"ASTRONEER",
"Astro",
)),
);

Expand Down

0 comments on commit 1cd072e

Please sign in to comment.