Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pandoc] Remove Creation Of pandoc-citeproc.exe Shim #241

Open
mattcargile opened this issue Dec 19, 2023 · 0 comments
Open

[pandoc] Remove Creation Of pandoc-citeproc.exe Shim #241

mattcargile opened this issue Dec 19, 2023 · 0 comments

Comments

@mattcargile
Copy link

This binary was removed as of 2.11. Prevent broken shim from being generated.

image

I assume this is the straightforward line to modify?

'pandoc', 'pandoc-citeproc' | % { Install-BinFile $_ $installLocation\$_.exe }

The below uninstall seems less straightforward as folks with newer versions have this broken shim while others might not. For instance, I delete mine on every upgrade.

'pandoc', 'pandoc-citeproc.exe' | % { Uninstall-BinFile $_ }

@mattcargile mattcargile changed the title Remove Creation Of pandoc-citeproc.exe Shim [pandoc] Remove Creation Of pandoc-citeproc.exe Shim Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant