Use case:
I'm writing a Windows PowerShell setup script that will install all of my favorite tools/programs etc... that will live inside of a .dotfiles repository containing all of my config files (including Keypirinha). I'd really like to use the choco install keypirinha command in the script, but it appears that the chocolaty install only supports Keypirinha's installed mode.
Desired behavior:
It would be great if I could pass the path to my custom config directory and the install script could write that path to the portable.ini file of the installed version.
Example:
choco install keypirinha.portable --install-args="'/PORTABLE_DIR=C:\Users\MyUser\source.dotfiles\keypirinha'"
Output:
The install script writes portable_dir = to the portable.ini file
Link to original issue on Keypirinha/Keypirinha repository