|
@@ -10,9 +10,8 @@ namespace ET
|
|
|
{
|
|
|
public static class BuildHelper
|
|
|
{
|
|
|
- private const string relativeDirPrefix = "../Release";
|
|
|
-
|
|
|
- public static string BuildFolder = "../Release/{0}/StreamingAssets/";
|
|
|
+ private const string programName = "TikTokGameClient";
|
|
|
+ private const string relativeDirPrefix = "../../TiktokGameClient";
|
|
|
|
|
|
|
|
|
/*[InitializeOnLoadMethod]
|
|
@@ -113,7 +112,6 @@ namespace ET
|
|
|
public static void Build(PlatformType type, BuildAssetBundleOptions buildAssetBundleOptions, BuildOptions buildOptions, bool isBuildExe, bool isContainAB, bool clearFolder)
|
|
|
{
|
|
|
BuildTarget buildTarget = BuildTarget.StandaloneWindows;
|
|
|
- string programName = "ET";
|
|
|
string exeName = programName;
|
|
|
switch (type)
|
|
|
{
|