You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability for the entire release process to be performed by scons, that includes
Signing key generation
PBO signing
Exporting relevant files to an export folder
Zipping said export folder ready for export to Github releases
How do you envision this feature being implemented?
Use of ${a3ToolsDir}\DSSignFile\DSCreateKey.exe <authorityName> to generate fresh key
Use of ${a3ToolsDir}\DSSignFile\DSSignFile.exe <privateKey> <pboToSign> to sign fresh key
Scons can zip here.
Aims
Add the ability for the entire release process to be performed by scons, that includes
How do you envision this feature being implemented?
Use of
${a3ToolsDir}\DSSignFile\DSCreateKey.exe <authorityName>
to generate fresh keyUse of
${a3ToolsDir}\DSSignFile\DSSignFile.exe <privateKey> <pboToSign>
to sign fresh keyScons can zip here.
Reference material
scons.
The text was updated successfully, but these errors were encountered: