Skip to content

Commit ca1b161

Browse files
committed
update build script
1 parent b8b72ee commit ca1b161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ cd ..
1212

1313
echo "Copying Build..."
1414
mkdir artifacts
15-
cp build/NativeNamedPipe/libNativeNamedPipe.so artifacts/libNativeNamedPipe.so
15+
cp build/NativeNamedPipe.Native/libNativeNamedPipe.so artifacts/NativeNamedPipe.so
1616

1717
echo "Done!"

0 commit comments

Comments
 (0)