File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ func GetEngineAssociation(path string) (string, error) {
6666
6767// GetBundleVerificationFile returns the file that should exist for this bundle as a basic integrity check
6868//
69- // If the bundle contains "engine", then it is considered an engine bundle, and thus must include UE4Game-Win64-Shipping .
69+ // If the bundle contains "engine", then it is considered an engine bundle, and thus must include UE4Game.
7070// Else, it is considered an editor bundle, and must include UE4Editor.
7171func GetBundleVerificationFile (bundle string ) string {
7272 if strings .Contains (bundle , "engine" ) {
73- return "Engine/Binaries/Win64/UE4Game-Win64-Shipping ."
73+ return "Engine/Binaries/Win64/UE4Game."
7474 } else {
7575 return "Engine/Binaries/Win64/UE4Editor."
7676 }
You can’t perform that action at this time.
0 commit comments