Brendan Forster
Brendan Forster
@gengjiawen and here's the issue - https://github.com/electron-userland/electron-builder/issues/1376
@gengjiawen yes, and that's what we're doing in Desktop currently. I'd love to fix this properly so we can enable this behaviour, so I'm gonna go down this rabbit hole...
@gengjiawen I'm not sure if you can remove it, but it's probably the wrong path for your setup
@gengjiawen `electron-packager` seems to work as expected (it bundles the `git-remote-https` shortcut too).
@gengjiawen so the problem isn't with either packager, but with the `asar` library itself: https://github.com/electron/asar/issues/76#issuecomment-310065954
@IdanAdar thanks for the report. I believe this is an issue with the embedded Git, and I suspect I need to patch it to address this properly. What's happening is...
@IdanAdar i'm going to move this into `dugite-native` which is the project that needs to address this issue (there's not much the app itself can do aside from update the...
@zerefwayne go for it!
@zerefwayne check out one of our previous PRs that add new error codes, e.g. #105
I don't have the bandwidth to look into this currently, but if someone wants to take a shot I'm happy to work with getting this into the library