Commit 20e02cb
committed
Add PowerShell script export feature to GUI
Introduced a new "Export as Script" button to generate PowerShell scripts for signing files based on the current GUI configuration.
- Added `buttonExportAsScript` control and its event handler.
- Implemented `buttonExportAsScript_Click` to dynamically generate scripts for Windows Certificate Store, PFX, and Trusted Signing configurations.
- Repositioned `checkBoxValidatePasswordOnSave` and updated its layout.
- Adjusted menu item sizes for consistency.
- Enhanced usability by allowing automation of signing tasks outside the GUI.1 parent c98d205 commit 20e02cb
4 files changed
Lines changed: 207 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments