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:
BUILD_TARGET: StandaloneOSX
EXEC_NAME: MDPro3.app
BUILD_CMD: OSXUniversalPlayer
ASSETBUNDLE_TOSS_PATH: MDPro3.app/Contents/
ASSETBUNDLE_TOSS_PATH: ./
resources:
stage: build
......
......@@ -294,8 +294,6 @@ namespace MDPro3
#if UNITY_EDITOR
root = PATH_ROOT_EDITOR + root;
#elif UNITY_STANDALONE_OSX
root = Path.Combine(Application.dataPath, root);
#endif
instance = this;
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