mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Remove all disk images
This commit is contained in:
parent
bbbc358ccb
commit
26319e6d6f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ These steps assume the hifi repository has been cloned to `~/hifi`.
|
|||
`cp ~/hifi/build/ext/Xcode/quazip/project/lib/libquazip5.1.dylib .`
|
||||
1. Change the loader instruction to find the dynamic library locally
|
||||
`install_name_tool -change ~/hifi/build/ext/Xcode/quazip/project/lib/libquazip5.1.dylib libquazip5.1.dylib nitpick`
|
||||
1. Delete any existing installer: `rm nitpick.dmg`
|
||||
1. Delete any existing disk images: `rm *.dmg`
|
||||
1. Create installer (note final period): `create-dmg --volname nitpick-installer-v1.1 nitpick-installer-v1.1.dmg .`
|
||||
1. Copy created installer to AWS: `~/Library/Python/3.7/bin/aws s3 cp nitpick-installer-v1.1.dmg s3://hifi-qa/nitpick/Mac/nitpick-installer-v1.1.dmg`
|
||||
### Installation
|
||||
|
|
Loading…
Reference in a new issue