일렉트론 용량
https://junglow9.tistory.com/57
electron-builder 결과물 사이즈가 너무 클 때!!!
electron-builder로 win32를 빌드했는데 파일 사이즈가 무려 400MB !!!??? 아무래도 이상해서 원인을 찾아봤습니다. 먼저, build 옵션 중 asar을 false로 한 후 어떤 파일이 배포 파일에 들어있나 확인했습니다
junglow9.tistory.com
런치패드
https://extrememanual.net/41692
Mac 런치패드 안지워지는 아이콘 제거하는 방법 - 익스트림 매뉴얼
Mac 컴퓨터에서 앱을 삭제할 때, 응용 프로그램 폴더에 있는 .app 파일을 휴지통에 넣으면 프로그램과 함께 런치패드 아이콘도 함께 제거되는데요.
extrememanual.net
https://support.apple.com/ko-kr/102610
Mac에서 앱 제거하기 - Apple 지원 (KR)
Mac에서 앱을 삭제하거나 제거하면 앱에서 사용하고 있던 저장 공간을 다른 항목에서 사용할 수 있게 됩니다. 앱 삭제는 Launchpad 또는 Finder에서 수행할 수 있습니다.
support.apple.com
https://stackoverflow.com/questions/59280718/compress-the-size-of-electron-application
compress the size of electron application
I have developed angular-electron app.Its a simple app but its size is 159Mb.I have used electron builder for building the electron app and included auto-update package.when I unpacked asar file,it...
stackoverflow.com
https://www.electron.build/configuration/configuration#overridable-per-platform-options
Common Configuration - electron-builder
Common Configuration electron-builder configuration can be defined in the package.json file of your project using the build key on the top level: "build": { "appId": "com.example.app" } or through the --config option. Defaults to electron-builder.yml. json
www.electron.build
https://github.com/electron/electron/issues/2003
Expected app bundle size? · Issue #2003 · electron/electron
When building the latest 0.27.3 the mac app bundle is about 142MB of which 136MB come from the Electron Framework. Is there any way to make this package smaller?
github.com