[TIMOB-19092] CLI: Windows: Unable to generate a new pfx file for project that already has one generated
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-06-30T19:32:44.000+0000 |
Affected Version/s | Release 4.1.0 |
Fix Version/s | Release 4.1.0 |
Components | CLI, Windows |
Labels | qe-4.1.0 |
Reporter | Ewan Harris |
Assignee | Dawson Toth |
Created | 2015-06-27T20:31:16.000+0000 |
Updated | 2017-03-16T22:02:22.000+0000 |
Description
Description
When building a project that already has a generated pfx file then a new pfx can't be generated until the files are deleted from the folder. As per the prompt Where is the pfx file used to sign the app? (leave blank to generate) \[generated.pfx]:
by leaving this blank a new pfx should be generated but the default is used instead.
Steps to reproduce
1. Build a project that has an already generated pfx file
2. When prompted for the file, leave the prompt blank
Actual result
The existing file will be used
Expected result
As per the prompt a new file should be created
Comments
JSON Source
https://github.com/appcelerator/titanium_mobile_windows/pull/336
Closing ticket as fixed.