mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 14:45:56 +08:00
Fixed deps "directory not found" (#23)
This commit is contained in:
parent
1e523fa912
commit
cad4caaf5b
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
WD=$(pwd)
|
WD="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
cd deps
|
cd $WD/deps
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
DEPS=$PWD/BambuStudio_dep
|
DEPS=$PWD/BambuStudio_dep
|
||||||
@ -17,4 +17,4 @@ cmake --build . --config Release --target all -j10
|
|||||||
cmake --build . --target install --config Release -j10
|
cmake --build . --target install --config Release -j10
|
||||||
cd BambuStudio-SoftFever
|
cd BambuStudio-SoftFever
|
||||||
cp -r bin/BambuStudio.app/Contents/MacOS BambuStudio.app/Contents
|
cp -r bin/BambuStudio.app/Contents/MacOS BambuStudio.app/Contents
|
||||||
cp -r bin/BambuStudio.app/Contents/Info.plist BambuStudio.app/Contents/
|
cp -r bin/BambuStudio.app/Contents/Info.plist BambuStudio.app/Contents/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user