8 Commits

Author SHA1 Message Date
Bashar Astifan
39f73eb15e Fixed cleaning temp files
`Directory.Delete` will fail when folder is too long, now we will call CMD to remove the folder if Native method failed on specific folders.
2023-04-27 03:43:27 +04:00
Bashar Astifan
feb8b26cef Improved command options 2023-02-11 07:04:39 +04:00
Bashar Astifan
31f029cc9d Update 1.1.0.0 2023-02-11 05:14:46 +04:00
Bashar Astifan
88874edb33 Update InstallerTemplate.cs 2023-02-04 14:03:31 +04:00
Bashar Astifan
0f27f98f18 Add extra config 2023-02-04 13:16:25 +04:00
Bashar Astifan
312045f3f1 Major code update
-Support msix, appx and bundles
-Output will be similar to input
-Custom PFX files
-No more password dialogs
-Easy to use with few default configs
-Works standalone (just double click to open) or with cmd
-Deps will be copied to the new signed package
-Save important values (publisher, password) as default values.
-Detailed handling for errors with option to retry the failed process
-Structure flipped upside down
2023-02-04 12:26:21 +04:00
Empyreal96
28ede0857c Added feature and improvements
- Switched to CommandLineParser for handling user switches
- Allowed modifying the package being signed mid-process
- Added cleaning the temp folder after process complete
- Streamlined some code that was used several times but almost identical
2023-01-22 21:57:44 +00:00
Empyreal96
fcf83c3a6f Initial commit
Initial commit of app source with third party tools required
2023-01-21 01:49:10 +00:00