Skip to content

Commit

Permalink
fixing issue with new game
Browse files Browse the repository at this point in the history
  • Loading branch information
KiameV committed Jul 4, 2023
1 parent d7b1ea1 commit 1eb9f18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion browser/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
Version = "v1.0.2"
Version = "v1.0.3"

tagUrl = `https://api.github.com/repos/KiameV/ffprModManager/tags`
relUrl = `https://github.com/KiameV/ffprModManager/releases/%s`
Expand Down
4 changes: 2 additions & 2 deletions discover/remote/nexus/nexus.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ func toMod(n nexusMod, dls []NexusFile) (include bool, mod *mods.Mod, err error)
})
}

/*include = true
if len(choices) > 1 {
include = true
/*if len(choices) > 1 {
mod.Configurations = []*mods.Configuration{
{
Name: "Choose",
Expand Down

0 comments on commit 1eb9f18

Please sign in to comment.