banditoth / maui-archiver-vscode

Visual Studio Code extension for archiving/publishing .NET MAUI applications
MIT License
40 stars 6 forks source link

Double bang in keystore password causes incorrect command to be generated #26

Open needledrag opened 6 days ago

needledrag commented 6 days ago

Hiya, my keystore unfornately has a !! in the password, this causes the command to be generated and run to include previous terminal commands.

Not a major bug, can just copy the command, strip off the prior terminal commands and add the password in "" but might be something for a future release?

Regards

On mac vs code btw.