mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Update README.md
- Fix github address - Add Mac code signing instructions
This commit is contained in:
parent
d7b361ba44
commit
2ffaf70276
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -24,7 +24,7 @@ sudo apt install --no-install-recommends build-essential devscripts debhelper cm
|
||||||
#### Get the source
|
#### Get the source
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone --depth 1 https://github.com/raspberrypi/imagingutility
|
git clone --depth 1 https://github.com/raspberrypi/imagewriter
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Build the Debian package
|
#### Build the Debian package
|
||||||
|
@ -90,6 +90,18 @@ During installation, choose a Qt 5.x edition and CMake.
|
||||||
- Result will be in ../build_imagingutility_someversion
|
- Result will be in ../build_imagingutility_someversion
|
||||||
- For distribution to others: code sign the .app, create a DMG, code sign the DMG, submit it for notarization to Apple and staple the notarization ticket to the DMG.
|
- For distribution to others: code sign the .app, create a DMG, code sign the DMG, submit it for notarization to Apple and staple the notarization ticket to the DMG.
|
||||||
|
|
||||||
|
E.g.:
|
||||||
|
|
||||||
|
```
|
||||||
|
cd build-imagingutility-Desktop_Qt_5_14_1_clang_64bit-Release/
|
||||||
|
codesign --deep --force --verify --verbose --sign "YOUR KEYID" --options runtime imagingutility.app
|
||||||
|
mv imagingutility.app "Raspberry Pi Imager.app"
|
||||||
|
create-dmg Raspberry\ Pi\ Imager.app
|
||||||
|
mv Raspberry\ Pi\ Imager\ .dmg imager.dmg
|
||||||
|
xcrun altool --notarize-app -t osx -f imager.dmg --primary-bundle-id="org.raspberrypi.imagingutility" -u YOUR-EMAIL-ADDRESS -p YOUR-APP-SPECIFIC-APPLE-PASSWORD -itc_provider TEAM-ID-IF-APPLICABLE
|
||||||
|
xcrun stapler staple imager.dmg
|
||||||
|
```
|
||||||
|
|
||||||
## Other notes
|
## Other notes
|
||||||
|
|
||||||
### Debugging
|
### Debugging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue