Skip to content

Commit

Permalink
modified plugins/Mac/install.sh to place the osx plugin under Plugins…
Browse files Browse the repository at this point in the history
…/x86_64/ instead of Plugins/.
  • Loading branch information
KojiNakamaru committed Feb 9, 2016
1 parent 8e99f81 commit b3dd562
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified dist/unity-webview.unitypackage
Binary file not shown.
Binary file modified dist/unity-webview.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion plugins/Mac/install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
DSTDIR="../../build/Packager/Assets/Plugins"
DSTDIR="../../build/Packager/Assets/Plugins/x86_64"
rm -rf DerivedData
xcodebuild -scheme WebView -configuration Release build CONFIGURATION_BUILD_DIR='DerivedData'
mkdir -p $DSTDIR
Expand Down

0 comments on commit b3dd562

Please sign in to comment.