Skip to content

Commit

Permalink
update along with scene renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
haoguo committed May 8, 2019
1 parent ede22ed commit 5b8898a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Editor/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ private static Action BuildFactory(string environment)
{
var buildPlayerOptions = new BuildPlayerOptions
{
scenes = new[] {"Assets/Scenes/SampleScene.unity"},
scenes = new[] {"Assets/Scenes/MainScene.unity"},
locationPathName = $"Builds/snapshot-{environment}",
target = BuildTarget.WebGL,
options = BuildOptions.None
Expand Down

0 comments on commit 5b8898a

Please sign in to comment.