-
When I compile the app and run it, the app opens a connection to github.com. I cannot see what exactly it's trying to access. My firewall (LittleSnitch) is only showing the domain it wants to access: Any idea what it's doing there and how to prevent it? I want my app fully self contained not accessing ANY remote resources. |
Beta Was this translation helpful? Give feedback.
Answered by
cawa-93
Sep 27, 2021
Replies: 1 comment 1 reply
-
It may be auto-updater check. Try to comment this vite-electron-builder/packages/main/src/index.ts Lines 87 to 93 in d95b2aa |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
udondan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It may be auto-updater check. Try to comment this
vite-electron-builder/packages/main/src/index.ts
Lines 87 to 93 in d95b2aa