Skip to content

Commit d1079b8

Browse files
committed
📝 Chore: 更新构建脚本
1 parent 75cf8d7 commit d1079b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

move.x64.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash
22

33
echo "Start building up project, copying files ... "
44

@@ -12,7 +12,7 @@ mkdir $binFiles
1212
mkdir $coreFiles
1313

1414
echo "Copying CS Dll Project:"
15-
for i in "Algorithm.Interop"; do
15+
for i in "Common.Algorithm.Interop"; do
1616
echo " $i"
1717
echo " cp ./$i/$com_cspro/$i.dll $binFiles"
1818
cp ./$i/$com_cspro/$i.dll $binFiles

0 commit comments

Comments
 (0)