Skip to content

Commit 1fa5728

Browse files
committed
Fix make dist
1 parent b4f7bd3 commit 1fa5728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Deployment:
5656
xcodebuild -parallelizeTargets -target Therm -configuration Deployment $(CIFLAGS)
5757
chmod -R go+rX build/Deployment
5858
mkdir -p build/Deployment/Therm.app/Contents/Frameworks/
59-
cp -rf ColorPicker/ColorPicker.framework build/Deployment/Therm.app/Contents/
59+
cp -rf ColorPicker/ColorPicker.framework build/Deployment/Therm.app/Contents/MacOS
6060
-sh version.sh -f
6161

6262
run: Development

0 commit comments

Comments
 (0)