Skip to content

Commit

Permalink
Update WolffunAzureDevops.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhducdk16 committed Jun 6, 2024
1 parent 376c435 commit f3dfd7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/BuildPipeline/Editor/WolffunAzureDevops.cs
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ public static void PerformBuild()
Path.Combine(outputPath, outputFileName + "." + outputExtension);
break;
case "WebGL":
Debug.Log("Build WebGL");
buildPlayerOptions.target = BuildTarget.WebGL;
PlayerSettings.bundleVersion = appversion;
//PlayerSettings.WebGL.compressionFormat = WebGLCompressionFormat.Brotli;
Expand Down

0 comments on commit f3dfd7e

Please sign in to comment.