You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
Obviously, the vendor folder has special meaning in Go. When debugging locally, the generated vendor will make the project reference the code library of this folder by default. I don't want to do this. Maybe you will say modify the DataDirectoryPath, but for me, fetching resources should be "./"
github.com/asticode/go-astilectron/paths.go:56 Maybe I can force changes to use it, but I don't think it's a good coding practice, once modified, the project will also carry the vendor, and if you forget to change it again when updating dependencies in the future, it will be bad
I like this project, cheers
The text was updated successfully, but these errors were encountered:
Are you considering supporting more free customization? I tried to modify it and found that it works, it seems to be just a storage path, and there is no special meaning (please correct me if my idea is wrong)
Obviously, the vendor folder has special meaning in Go. When debugging locally, the generated vendor will make the project reference the code library of this folder by default. I don't want to do this. Maybe you will say modify the DataDirectoryPath, but for me, fetching resources should be "./"
github.com/asticode/go-astilectron/paths.go:56 Maybe I can force changes to use it, but I don't think it's a good coding practice, once modified, the project will also carry the vendor, and if you forget to change it again when updating dependencies in the future, it will be bad
I like this project, cheers
The text was updated successfully, but these errors were encountered: