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

feat: use hard links on Windows #3005

Merged
merged 19 commits into from
Jul 16, 2024
Merged

Conversation

suzuki-shunsuke
Copy link
Member

@suzuki-shunsuke suzuki-shunsuke commented Jul 16, 2024

Close #2918

On Windows,

  • Remove the directory bat
  • Install aqua-proxy
  • When aqua-proxy is installed newly, remove files on bin and create hard links to aqua-proxy
  • When a tool is installed newly, create hard links if they don't exist
  • Update aqua-proxy to remove file extensions .exe and .bat from command names

@suzuki-shunsuke suzuki-shunsuke merged commit 6aa6dd7 into main Jul 16, 2024
13 checks passed
@suzuki-shunsuke suzuki-shunsuke deleted the feat-hard-link-on-windows branch July 16, 2024 23:29
@suzuki-shunsuke suzuki-shunsuke added this to the v2.30.0 milestone Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Use hard links on Windows instead of batch files
1 participant