Skip to content

Commit afc1510

Browse files
committed
copy plugin to srcdir after building
1 parent a7a53a4 commit afc1510

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/projectM-iTunes/iProjectM.pkg

10.1 KB
Binary file not shown.

src/projectM-iTunes/iProjectM.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
);
319319
runOnlyForDeploymentPostprocessing = 0;
320320
shellPath = /bin/bash;
321-
shellScript = "mkdir -p $DSTROOT/usr/local/share/projectM\ncp -r $CONFIGURATION_BUILD_DIR/share/* $DSTROOT/usr/local/share/projectM\npkgbuild --component-plist $SRCROOT/iProjectM-pkg.plist --root $DSTROOT $SRCROOT/iProjectM.pkg\n";
321+
shellScript = "mkdir -p $DSTROOT/usr/local/share/projectM\ncp -r \"$DSTROOT/Library/iTunes/iTunes Plug-ins/iProjectM.bundle\" $SRCROOT/\ncp -r $CONFIGURATION_BUILD_DIR/share/* $DSTROOT/usr/local/share/projectM\npkgbuild --component-plist $SRCROOT/iProjectM-pkg.plist --root $DSTROOT $SRCROOT/iProjectM.pkg\n";
322322
};
323323
/* End PBXShellScriptBuildPhase section */
324324

0 commit comments

Comments
 (0)