PhantomPeek
PhantomPeek
same error here and i even put it in exact path it expects (ex. C:\Program Files\ReVens\bin\Analysing\Binary\FileAlyzer)
Easy fix, make sure GIT is installed then run these commands in same dir as the project go get fyne.io/fyne/v2/[email protected] go get github.com/srwiley/[email protected] go get github.com/srwiley/[email protected] go get fyne.io/fyne/v2/[email protected] go...
save this as a .bat and run it ``` @echo off rem Get the necessary dependencies for Fyne without versioning in the import paths go get fyne.io/fyne/v2/storage/repository go get fyne.io/fyne/v2/widget...