-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg: build single pkg installer using fat binaries
instead of building two pkg installers for arm and x86 this create one universal pkg installer using macos universal binaries for tray, admin-helper and vfkit this also renames the helper binaries to drop the arch part, since we now have only one binary for both the architectures - tray is called crc-tray-macos.tar.gz - output pkg is called crc-macos-installer.pkg - vfkit is called vfkit - tarball for signing is called crc-macos-installer.tar it expects admin-helper, tray and vfkit universal binaries are avaiable to download on their respective github releases the resulting universal pkg is almost double the size of the old pkg
- Loading branch information
1 parent
924d26f
commit c7c7b36
Showing
7 changed files
with
22 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ root/ | |
/ARCH | ||
/windows/msi/ | ||
packaging/windows/product.wxs | ||
vfkit-*.entitlements | ||
vfkit.entitlements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters