Skip to content

Commit

Permalink
Fix make dist
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed May 24, 2024
1 parent b4f7bd3 commit 1fa5728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Deployment:
xcodebuild -parallelizeTargets -target Therm -configuration Deployment $(CIFLAGS)
chmod -R go+rX build/Deployment
mkdir -p build/Deployment/Therm.app/Contents/Frameworks/
cp -rf ColorPicker/ColorPicker.framework build/Deployment/Therm.app/Contents/
cp -rf ColorPicker/ColorPicker.framework build/Deployment/Therm.app/Contents/MacOS
-sh version.sh -f

run: Development
Expand Down

0 comments on commit 1fa5728

Please sign in to comment.