We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f034556 commit 6e95dc0Copy full SHA for 6e95dc0
main.go
@@ -19,7 +19,7 @@ import (
19
var (
20
iniConfig = flag.String("config", ".ue4versionator", "ue4versionator config file")
21
userIniConfig = flag.String("user-config", ".ue4v-user", "ue4versionator user config file")
22
- bundle = flag.String("bundle", "engine", "request UE4 build bundle")
+ bundle = flag.String("bundle", "editor", "request UE4 build bundle")
23
fetchSymbols = flag.Bool("with-symbols", false, "download and unpack UE4 engine debug symbols")
24
virgin = flag.Bool("virgin", false, "ask configuration options like the first time")
25
)
0 commit comments