We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cf8d7 commit d1079b8Copy full SHA for d1079b8
1 file changed
move.x64.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/bin/bash
2
3
echo "Start building up project, copying files ... "
4
@@ -12,7 +12,7 @@ mkdir $binFiles
12
mkdir $coreFiles
13
14
echo "Copying CS Dll Project:"
15
-for i in "Algorithm.Interop"; do
+for i in "Common.Algorithm.Interop"; do
16
echo " $i"
17
echo " cp ./$i/$com_cspro/$i.dll $binFiles"
18
cp ./$i/$com_cspro/$i.dll $binFiles
0 commit comments