Merge pull request #39 from onerain88/ci

ci
oneRain 2020-03-04 16:12:26 +08:00 committed by GitHub
commit 03369aa826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
#!/bin/sh
mkdir DLLs
rsync -avz ./Storage/bin/Release/netstandard2.0/ DLLs
rsync -avz ./Storage/bin/Release/netstandard2.0/ ./DLLs/
#rsync -avz ./RTM/RTM.PCL/bin/Release/ DLLs
#rsync -avz ./LiveQuery/LiveQuery.PCL/bin/Release/ DLLs
zip -r LeanCloud-SDK-Standard.zip DLLs
rm -r DLLs
mkdir Plugins
rsync -av --exclude='UnityEngine.dll' ./Storage/bin/Release/netstandard2.0/ Plugins
rsync -av --exclude='UnityEngine.dll' ./Storage/bin/Release/netstandard2.0/ ./Plugins/
#rsync -av --exclude='UnityEngine.dll' ./RTM/RTM.Unity/bin/Release/ Plugins
#rsync -av --exclude='UnityEngine.dll' ./LiveQuery/LiveQuery.Unity/bin/Release/ Plugins
zip -r LeanCloud-SDK-Unity.zip Plugins