Skip to content

Commit

Permalink
macos: pkg: Rename packaging.sh
Browse files Browse the repository at this point in the history
macos-pkg-build-and-sign.sh should be more explicit/descriptive
regarding what it's doing.
  • Loading branch information
cfergeau authored and praveenkumar committed Jan 9, 2023
1 parent 2037025 commit 1df765d
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -331,7 +331,7 @@ packagedir: clean embed-download-darwin macos-universal-binary
cp LICENSE packaging/darwin/Resources/LICENSE.txt

$(BUILD_DIR)/macos-universal/crc-macos-installer.pkg: packagedir
./packaging/darwin/package.sh $(@D)
./packaging/darwin/macos-pkg-build-and-sign.sh $(@D)

$(BUILD_DIR)/macos-universal/crc-macos-installer.tar: packagedir
tar -cvf $@ ./packaging/darwin
Expand Down
File renamed without changes.

0 comments on commit 1df765d

Please sign in to comment.