From bba7ecd4dc236dc80a5fef67f856ecfdd63a63f5 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 07 五月 2019 17:32:32 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 Core/Editor/AssetBundleBrowser/AssetBundleBuildTab.cs |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/Core/Editor/AssetBundleBrowser/AssetBundleBuildTab.cs b/Core/Editor/AssetBundleBrowser/AssetBundleBuildTab.cs
index 53db24e..fe35c96 100644
--- a/Core/Editor/AssetBundleBrowser/AssetBundleBuildTab.cs
+++ b/Core/Editor/AssetBundleBrowser/AssetBundleBuildTab.cs
@@ -401,6 +401,19 @@
 
             EditorGUILayout.Space();
 #endif
+
+#if UNITY_STANDALONE
+            GUILayout.BeginHorizontal();
+            EditorGUILayout.TextField("EXE Output Path", ApkOutputPath);
+            if (GUILayout.Button("Browse", GUILayout.MaxWidth(75f)))
+            {
+                BrowseForApkOutput();
+            }
+            GUILayout.EndHorizontal();
+
+            EditorGUILayout.Space();
+#endif
+
             GUILayout.BeginHorizontal();
             EditorGUILayout.TextField("SDK Project Path", ClientPackage.SDK_PLUGIN_PROJECT);
             if (GUILayout.Button("Browse", GUILayout.MaxWidth(75f)))

--
Gitblit v1.8.0