This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
Windows port: make .exe extension implicit for |solana-install run| #4618
Closed
Description
Right now solana-install.exe run -- solana-replicator
will fail here:
Lines 752 to 757 in 6926e89
The user must instead specify solana-install.exe run -- solana-replicator.exe
, which is weird for Windows users who know the .exe extension is implicit.
Let's fix this by also checking for full_program_path
with .exe
appended
Activity