Skip to content

Commit 6e95dc0

Browse files
committed
Default bundle to 'editor'
1 parent f034556 commit 6e95dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
var (
2020
iniConfig = flag.String("config", ".ue4versionator", "ue4versionator config file")
2121
userIniConfig = flag.String("user-config", ".ue4v-user", "ue4versionator user config file")
22-
bundle = flag.String("bundle", "engine", "request UE4 build bundle")
22+
bundle = flag.String("bundle", "editor", "request UE4 build bundle")
2323
fetchSymbols = flag.Bool("with-symbols", false, "download and unpack UE4 engine debug symbols")
2424
virgin = flag.Bool("virgin", false, "ask configuration options like the first time")
2525
)

0 commit comments

Comments
 (0)