Skip to content

Commit 9cb963a

Browse files
committed
chore: 게임 빌드파일 수정
1 parent 5cb6201 commit 9cb963a

File tree

7 files changed

+27
-5
lines changed

7 files changed

+27
-5
lines changed
78 MB
Binary file not shown.

apps/farminglog/public/WebGLBuild/BuildTest/Build/Build.framework.js

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/farminglog/public/WebGLBuild/BuildTest/Build/build.data.br renamed to apps/farminglog/public/WebGLBuild/BuildTest/Build/Build.wasm

49.8 MB
Binary file not shown.
Binary file not shown.

apps/farminglog/public/WebGLBuild/BuildTest/Build/build.loader.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-9.57 MB
Binary file not shown.

apps/farminglog/public/WebGLBuild/BuildTest/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
}
5353

5454
var buildUrl = "Build";
55-
var loaderUrl = buildUrl + "/build.loader.js";
55+
var loaderUrl = buildUrl + "/Build.loader.js";
5656
var config = {
5757
arguments: [],
58-
dataUrl: buildUrl + "/build.data.br",
59-
frameworkUrl: buildUrl + "/build.framework.js.br",
60-
codeUrl: buildUrl + "/build.wasm.br",
58+
dataUrl: buildUrl + "/Build.data",
59+
frameworkUrl: buildUrl + "/Build.framework.js",
60+
codeUrl: buildUrl + "/Build.wasm",
6161
streamingAssetsUrl: "StreamingAssets",
6262
companyName: "DefaultCompany",
6363
productName: "Farminglog-Client",

0 commit comments

Comments
 (0)