wooga / atlas-build-unity

a gradle companion plugin for the wooga internal unity build system
Apache License 2.0
2 stars 2 forks source link

Improve build keychain default settings #161

Closed Larusso closed 2 years ago

Larusso commented 2 years ago

Description

A simple patch to set some basic conventions for the default settings for the build keychain. Without these the keychain would be created with the default settings (lock after sleep and lock after 5 minutes) This will ensure that longer builds still can access the keychain after a compile.

I also set a domain value for the keychain operation to not write into the system values etc. This is just a precauthion since the user in question can only set user keychains anyway. But the commandline arguments can be smaller and it is in general a better way.

Changes