Skip to content

Conversation

@Tripater
Copy link

@Tripater Tripater commented Aug 6, 2024

The installation for BlockTheSpot scoop install blockthespot was throwing a few errors:

find_manifest : The term 'find_manifest' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:6 char:18
+ $null, $bucket = find_manifest($app)
+ ~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (find_manifest:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

This was solved by updating the usage of find_manifest to Get-Manifest.

Once that was done, I discovered that blockthespot.ps1 was outdated as well, in that it tried to replace chrome_elf.dll with a modified version that does not exist anymore in the chrome_elf.zip released by BlockTheSpot, which now makes use of the injection of a different dll, namely dpapi.dll.

This simple pull request should fix both.

Now using Get-Manifest instead of find_manifest
Now referencing dpapi.dll instead of chrome_elf.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant