1
0
Fork 0

Re-enable ‘full-fat’ nightlies for macOS

May need to tweak the bundle IDs for notarization, let’s see.
This commit is contained in:
James Turner 2020-05-01 12:00:59 +01:00
parent 03ac46120c
commit 819074136a

View file

@ -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"