Skip to content

Commit

Permalink
chore: update mac builder
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Jul 28, 2024
1 parent 1ed5591 commit 93cd8a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sample/Assets/Editor/MacBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ static void BuildForAltTester()
{
BuildPlayerOptions buildPlayerOptions = new BuildPlayerOptions();
buildPlayerOptions.scenes = new string[] {
"Assets/Scenes/SelectAuthMethod.unity", "Assets/Scenes/UnauthenticatedScene.unity", "Assets/Scenes/AuthenticatedScene.unity"
"Assets/Scenes/SelectAuthMethod.unity",
"Assets/Scenes/UnauthenticatedScene.unity",
"Assets/Scenes/AuthenticatedScene.unity",
"Assets/Scenes/ZkEvmGetBalance.unity",
"Assets/Scenes/ZkEvmGetTransactionReceipt.unity",
"Assets/Scenes/ZkEvmSendTransaction.unity",
"Assets/Scenes/ImxNftTransfer.unity"
};

buildPlayerOptions.locationPathName = "Builds/MacOS/SampleApp.app";
Expand Down

0 comments on commit 93cd8a2

Please sign in to comment.