mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 20:55:44 +00:00
use the correct location for the built plugin (#4076)
This commit is contained in:
@@ -4,4 +4,5 @@ set -euxo pipefail
|
||||
|
||||
/bin/echo "building windows dll"
|
||||
bazel build @net_eagle0_unity_godice//windows:dll_zip
|
||||
/usr/bin/unzip -o bazel-bin/external/net_eagle0_unity_godice/windows/dll_zip.zip -d src/main/csharp/net/eagle0/clients/unity/eagle0/Assets/Plugins/
|
||||
ZIP_LOCATION=$(bazel cquery --output=files @net_eagle0_unity_godice//windows:dll_zip 2>/dev/null)
|
||||
/usr/bin/unzip -o $ZIP_LOCATION -d src/main/csharp/net/eagle0/clients/unity/eagle0/Assets/Plugins/
|
||||
|
||||
Reference in New Issue
Block a user