Commit a3f23bd9 authored by nanahira's avatar nanahira

no toss in osx

parent b8c15506
Pipeline #38981 failed with stages
in 142 minutes and 18 seconds
...@@ -88,7 +88,7 @@ StandaloneOSX: ...@@ -88,7 +88,7 @@ StandaloneOSX:
BUILD_TARGET: StandaloneOSX BUILD_TARGET: StandaloneOSX
EXEC_NAME: MDPro3.app EXEC_NAME: MDPro3.app
BUILD_CMD: OSXUniversalPlayer BUILD_CMD: OSXUniversalPlayer
ASSETBUNDLE_TOSS_PATH: MDPro3.app/Contents/ ASSETBUNDLE_TOSS_PATH: ./
resources: resources:
stage: build stage: build
......
...@@ -294,8 +294,6 @@ namespace MDPro3 ...@@ -294,8 +294,6 @@ namespace MDPro3
#if UNITY_EDITOR #if UNITY_EDITOR
root = PATH_ROOT_EDITOR + root; root = PATH_ROOT_EDITOR + root;
#elif UNITY_STANDALONE_OSX
root = Path.Combine(Application.dataPath, root);
#endif #endif
instance = this; instance = this;
Initialize(); Initialize();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment