Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

fix(iosAdapter): fixed issue when user has custom scoop path #131

Merged
merged 1 commit into from
Mar 20, 2019

Conversation

wiedikerli
Copy link
Contributor

I installed scoop on a custom path like:

[environment]::setEnvironmentVariable('SCOOP','D:\Resources\Scoop','User')
$env:SCOOP='D:\Resources\Scoop'
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

When I tried to start, it failed because it could not find ios_webkit_debug_proxy.exe.
Which Is obvious when scoop is not installed in the user folder.
I added a check if there is a environment variable SCOOP and take this path.

@auchenberg auchenberg merged commit 5cc6336 into RemoteDebug:master Mar 20, 2019
@wiedikerli wiedikerli deleted the hotfix/custom-scoop-path branch October 12, 2020 14:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants