Browse Source

See if going with relative submodule path fixes Windows Jenkins build

Josh Engebretson 10 years ago
parent
commit
e2b3b3c8e1
2 changed files with 2 additions and 1 deletions
  1. 1 1
      .gitmodules
  2. 1 0
      Build/CIScripts/GenEditorData.js

+ 1 - 1
.gitmodules

@@ -1,3 +1,3 @@
 [submodule "Submodules/CEF"]
 	path = Submodules/CEF
-	url = https://github.com/AtomicGameEngine/CEF3Binaries
+	url = ../CEF3Binaries

+ 1 - 0
Build/CIScripts/GenEditorData.js

@@ -24,6 +24,7 @@ namespace('build', function() {
       bindCmd + "Script/Packages/ToolCore/ WINDOWS",
       bindCmd + "Script/Packages/Editor/ WINDOWS",
       bindCmd + "Script/Packages/AtomicNET/ WINDOWS",
+      bindCmd + "Script/Packages/WebView/ WINDOWS",
     ];
 
     jake.exec(cmds, function() {