Xav83 / chocolatey-packages

Implementation of the template to create and maintain chocolatey packages both manual and automatic (mostly automatic)
https://chocolatey.org/profiles/Xav83
Apache License 2.0
4 stars 4 forks source link

(Crow Translator) Add a shim for crow.exe binary #28

Closed Destroy666x closed 9 months ago

Destroy666x commented 1 year ago

Add the binary to other binaries (C:\ProgramData\chocolatey\bin) as the application has CLI capabilities and it's not in PATH after installation right now.

Xav83 commented 9 months ago

Hi @Destroy666x 🙂

I have adapted the crow translater package source in order to generate the shim you requested after the installation (cf commit df50da).

Do you want me to generate a new version of the package with this new feature, or can you wait the next official release of Crow Translate ? If you want, you also run the following command in your powershell commande to generate the shim on your computer:

& "$env:ChocolateyInstall\tools\shimgen.exe" --output="$env:ChocolateyInstall\bin\crow.exe" --path="$env:Programfiles\Crow Translate\crow.exe"
Destroy666x commented 9 months ago

It's no priority and can wait for sure, thanks.

Xav83 commented 9 months ago

Great ! I'll close this issue then :wink:

PS: If you want to be notified when the new version of the Crow Translate will be available, I post about the new versions of the packages I maintain on my Twitter / X.