Skip to content

Commit

Permalink
Update config.go to include default pinnedPackages (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalgen432 authored Sep 13, 2023
1 parent 7a725de commit d0b47e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion launcher/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@ func NewConfig() *Config {
Mods: make([]string, 0),
Bots: make(map[string]string),
ExtraPackages: make(map[string]string),
PinnedPackages: make(map[string]string),
PinnedPackages: map[string]string{
"ssri": "8.0.1",
"cacache": "16.1.3",
"passport-steam": "1.0.17",
"minipass-fetch": "3.0.3",
},
Backup: &ConfigBackup{
Dirs: make([]string, 0),
Files: make([]string, 0),
Expand Down

0 comments on commit d0b47e6

Please sign in to comment.