Francisco Daines
Francisco Daines
Hi @ydcool , I think that you can use this code snippet to ask for your HEAD branch: ``` repo, err := git.PlainOpen(path) if err != nil { panic(err) }...
Could you please add the output from `wails doctor` command? This is important to gather some info from your system
@qq1792569310 It seems to be an issue when trying to resolve logfile path. Could you please check if branch [22-homepath-issue-in-windows](https://github.com/go-architect/go-architect/tree/22-homepath-issue-in-windows) solves the issue? ``` git fetch git checkout 22-homepath-issue-in-windows ```
@qq1792569310, after a couple of days I detected that some functions (to retrieve environment variables) doesn't work well on Windows, so I changed them. Can you please check if the...