File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ git clone --recurse-submodules https://github.com/filesverse/node-filerix.git ||
1111echo " Downloading filerix vcpkg port..."
1212git clone --recurse-submodules https://github.com/filesverse/vcpkg-port.git || { echo " Failed to download filerix vcpkg port" ; exit 1; }
1313
14- cd node-filerix || { echo " Failed to enter the project directory" ; exit 1; }
15-
1614echo " Copying filerix vcpkg port..."
17- mv ../vcpkg-port ./vcpkg/ports/filerix || { echo " Failed to copy filerix vcpkg port" ; exit 1; }
15+ mv ../vcpkg-port ./node-filerix/vcpkg/ports/filerix || { echo " Failed to copy filerix vcpkg port" ; exit 1; }
16+
17+ cd node-filerix || { echo " Failed to enter the project directory" ; exit 1; }
1818
1919echo " Bootstrapping vcpkg..."
2020./vcpkg/bootstrap-vcpkg.sh || { echo " Failed to bootstrap vcpkg" ; exit 1; }
You can’t perform that action at this time.
0 commit comments