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}`
|
||||
|
||||
|
||||
else
|
||||
puts "Creating full image with data"
|
||||
end
|
||||
|
||||
puts "Creating full image with data"
|
||||
|
||||
`rsync -a fgdata/ #{resourcesDir}/data`
|
||||
|
||||
|
@ -186,8 +187,6 @@ puts "Notarizing DMG #{dmgFullPath}"
|
|||
--username "zakalawe@mac.com" \
|
||||
--password "@keychain:FlightGearAppStoreConnectUserName" \
|
||||
--file #{dmgFullPath}`
|
||||
end
|
||||
|
||||
|
||||
|
||||
puts "Packaging complete"
|
||||
|
|
Loading…
Add table
Reference in a new issue