修改提交shop修改
This commit is contained in:
@@ -70,7 +70,7 @@ namespace NBF
|
||||
string outputPath = $"{ProjectDir}/Release";
|
||||
|
||||
string location =
|
||||
$"{outputPath}/{_context.Ver}_{DateTime.Now:yyyyMMddHHmm}/Fishing.exe";
|
||||
$"{outputPath}/{_context.Ver}/Fishing.exe";
|
||||
BuildTarget activeTarget = EditorUserBuildSettings.activeBuildTarget;
|
||||
|
||||
switch (activeTarget)
|
||||
@@ -94,7 +94,7 @@ namespace NBF
|
||||
var buildOptions = BuildOptions.CompressWithLz4;
|
||||
BuildPlayerOptions buildPlayerOptions = new BuildPlayerOptions()
|
||||
{
|
||||
scenes = new[] { "Assets/Scenes/Main.unity" },
|
||||
scenes = new[] { "Assets/Scenes/StartUp.unity" },//Assets/Scenes/StartUp.unity
|
||||
locationPathName = location,
|
||||
options = buildOptions,
|
||||
target = activeTarget,
|
||||
|
||||
Reference in New Issue
Block a user