whisky icon indicating copy to clipboard operation
whisky copied to clipboard

[ Fix ] Global support on WAMP

Open ProjektGopher opened this issue 1 year ago • 1 comments

Resolves #58

It seems like base_path() and getGlobalComposerHome() don't quite match up on WAMP. Possibly some sort of symlinking. But by checking explicitly for isRunningLocally instead of isRunningGlobally and having global be the default fallback, I think this'll fix it.

ProjektGopher avatar Aug 11 '23 18:08 ProjektGopher