ScoopInstaller / Scoop

A command-line installer for Windows.
https://scoop.sh
Other
21k stars 1.4k forks source link

Fixed issues when scoop is installed to a separate directory from the apps folder (2nd PR since I made some mistakes) #6001

Open DelofJ opened 3 months ago

DelofJ commented 3 months ago

Description

Changed the way Scoop behaves when it is installed in the global directory

Motivation and Context

Relates to https://github.com/ScoopInstaller/Scoop/issues/5939

How Has This Been Tested?

I made a clean installation of this modified version of Scoop with Tried to install, remove packages in the local/global directory And checked the Path environnement variable

Checklist:

Comments:

I previously made another PR but because of some mistakes I made while making my fork, I'm making a 2nd PR, here's the old one https://github.com/ScoopInstaller/Scoop/pull/5940