github aquaproj/aqua v1.12.0-3

latest releases: v2.32.0, v2.31.0, v2.31.0-3...
pre-release2 years ago

Pull Requests | Issues | v1.12.0-2...v1.12.0-3

Features

#885 #892 #893 Create executable BAT files and shell scripts instead of symbolic links on Windows

⚠️ This change is only for Windows and doesn't affect other OS.

aqua creates executable BAT files and shell scripts in directories AQUA_ROOT_DIR/bin and AQUA_ROOT_DIR/bat instead of symbolic links.

If you use PowerShell or Command Prompt, please add AQUA_ROOT_DIR/bat to the environment variable PATH.
Or if you use Git Bash, please add AQUA_ROOT_DIR/bin to the environment variable PATH.

Why is this change needed?

On Windows, there are two problems regarding symbolic links.

  1. To create symbolic links, you have to run Terminal (cmd.exe, PowerShell, Git Bash, etc) as Administrator or enable Developer Mode
  2. PowerShell has a bug about symbolic link PowerShell/PowerShell#16171

Reference (Japanese): https://zenn.dev/link/comments/725555a2b1b034

Don't miss a new aqua release

NewReleases is sending notifications on new releases.