mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-15 06:05:10 +00:00
make mac build script put streamingassets in the right place
This commit is contained in:
parent
d7bd8e9665
commit
47d7e73c58
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ namespace UnityBuilderAction
|
||||||
dataPath = $"_Data/";
|
dataPath = $"_Data/";
|
||||||
break;
|
break;
|
||||||
case BuildTarget.StandaloneOSX:
|
case BuildTarget.StandaloneOSX:
|
||||||
dataPath = $".app/Contents/";
|
dataPath = $".app/Contents/Resources/Data/";
|
||||||
break;
|
break;
|
||||||
case BuildTarget.StandaloneLinux64:
|
case BuildTarget.StandaloneLinux64:
|
||||||
dataPath = $"_Data/";
|
dataPath = $"_Data/";
|
||||||
|
|
Loading…
Reference in a new issue