Re-enable ‘full-fat’ nightlies for macOS
May need to tweak the bundle IDs for notarization, let’s see.
This commit is contained in:
parent
03ac46120c
commit
819074136a
1 changed files with 3 additions and 4 deletions
|
@ -167,8 +167,9 @@ if !$isRelease
|
||||||
--file #{dmgPath}`
|
--file #{dmgPath}`
|
||||||
|
|
||||||
|
|
||||||
else
|
end
|
||||||
puts "Creating full image with data"
|
|
||||||
|
puts "Creating full image with data"
|
||||||
|
|
||||||
`rsync -a fgdata/ #{resourcesDir}/data`
|
`rsync -a fgdata/ #{resourcesDir}/data`
|
||||||
|
|
||||||
|
@ -186,8 +187,6 @@ puts "Notarizing DMG #{dmgFullPath}"
|
||||||
--username "zakalawe@mac.com" \
|
--username "zakalawe@mac.com" \
|
||||||
--password "@keychain:FlightGearAppStoreConnectUserName" \
|
--password "@keychain:FlightGearAppStoreConnectUserName" \
|
||||||
--file #{dmgFullPath}`
|
--file #{dmgFullPath}`
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
puts "Packaging complete"
|
puts "Packaging complete"
|
||||||
|
|
Loading…
Add table
Reference in a new issue