17 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
0759a6bc0d Update README.md 2023-02-12 18:58:34 +04:00
Bashar Astifan
4901b807ef Update README.md 2023-02-11 07:05:47 +04:00
Bashar Astifan
feb8b26cef Improved command options 2023-02-11 07:04:39 +04:00
Bashar Astifan
064074a775 Update README.md 2023-02-11 05:17:59 +04:00
Bashar Astifan
31f029cc9d Update 1.1.0.0 2023-02-11 05:14:46 +04:00
Empyreal96
bc8a46fe94 Merge pull request #2 from basharast/main
Update InstallerTemplate.cs
2023-02-04 10:17:43 +00:00
Bashar Astifan
88874edb33 Update InstallerTemplate.cs 2023-02-04 14:03:31 +04:00
Empyreal96
f6c09be1a0 Merge pull request #1 from basharast/main
Major code update
2023-02-04 09:27:54 +00: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
7f729df788 Update README.md 2023-01-22 22:15:10 +00:00
Empyreal96
d011fe199a Update README.md 2023-01-22 22:08:56 +00: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
Empyreal96
607518a22e Update README.md 2023-01-20 23:50:34 +00:00
Empyreal96
7c52ffcc91 Initial commit 2023-01-20 23:46:14 +00:00