Skip to content

Commit

Permalink
Default bundle to 'editor'
Browse files Browse the repository at this point in the history
  • Loading branch information
dyanikoglu committed Apr 3, 2020
1 parent f034556 commit 6e95dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
var (
iniConfig = flag.String("config", ".ue4versionator", "ue4versionator config file")
userIniConfig = flag.String("user-config", ".ue4v-user", "ue4versionator user config file")
bundle = flag.String("bundle", "engine", "request UE4 build bundle")
bundle = flag.String("bundle", "editor", "request UE4 build bundle")
fetchSymbols = flag.Bool("with-symbols", false, "download and unpack UE4 engine debug symbols")
virgin = flag.Bool("virgin", false, "ask configuration options like the first time")
)
Expand Down

0 comments on commit 6e95dc0

Please sign in to comment.