Skip to content

Commit

Permalink
Link aoc folder for Cemu
Browse files Browse the repository at this point in the history
  • Loading branch information
GingerAvalanche committed Sep 15, 2024
1 parent f3f821d commit 434119e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/uk-manager/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,13 @@ impl DeployConfig {
match self.layout {
DeployLayout::WithoutName => (
self.output.join("content"),
self.output.join("aoc").join("0010"),
self.output.join("aoc"),
),
DeployLayout::WithName => (
self.output.join("BreathOfTheWild_UKMM").join("content"),
self.output
.join("BreathOfTheWild_UKMM")
.join("aoc")
.join("0010"),
.join("aoc"),
),
}
}
Expand Down

0 comments on commit 434119e

Please sign in to comment.