Skip to content

fix(texlive): use correct bin\windows path - #10

Merged
ivaquero merged 1 commit into
Scoopforge:mainfrom
mnaoumov:fix/texlive-bin-path
Apr 19, 2026
Merged

fix(texlive): use correct bin\windows path#10
ivaquero merged 1 commit into
Scoopforge:mainfrom
mnaoumov:fix/texlive-bin-path

Conversation

@mnaoumov

Copy link
Copy Markdown
Contributor

Summary

  • Since TeX Live 2023, Windows binaries are installed to bin/windows instead of bin/win32 (release notes). The bin/win64 directory was never used by TeX Live.
  • The current manifest adds bin\win64 (empty) and bin\win32 (nonexistent) to PATH, so none of the TeX Live binaries are found after installation.
  • This PR changes env_add_path to bin\windows and removes the installer script line that created the empty bin\win64 directory.

Test plan

  • scoop install texlive completes successfully
  • pdflatex --version works without manually fixing PATH
  • ls ~/scoop/apps/texlive/current/bin/windows/ contains the binaries

馃 Generated with Claude Code

Since TeX Live 2023, Windows binaries are in bin/windows instead of
bin/win32. The bin/win64 directory was never used by TeX Live.

This fixes the PATH setup so texlive binaries are actually found.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mnaoumov
mnaoumov requested a review from ivaquero as a code owner April 19, 2026 17:14
mnaoumov added a commit to mnaoumov/scoop-bucket that referenced this pull request Apr 19, 2026
Temporary override until Scoopforge/Extras-Plus#10 is merged.
bin/windows is the correct path since TeX Live 2023.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ivaquero

ivaquero commented Apr 19, 2026

Copy link
Copy Markdown
Contributor

Hi @mnaoumov, thank for your PR. Do you have any interest in being a maintainer of this repo?

@mnaoumov

Copy link
Copy Markdown
Contributor Author

Probably not, as I don't use most of the tools from your bucket

@ivaquero

ivaquero commented Apr 19, 2026

Copy link
Copy Markdown
Contributor

No problem, thank you again.

@ivaquero
ivaquero merged commit 8ed31e8 into Scoopforge:main Apr 19, 2026
1 check passed
Greatwallcorner pushed a commit to Greatwallcorner/Extras-Plus that referenced this pull request Jun 5, 2026
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

Successfully merging this pull request may close these issues.

2 participants