Skip to content

v1.0.1 Hotfix Release

Choose a tag to compare

@seohuda seohuda released this 08 Jul 14:49

Fixed app crash on startup: Resolved a critical issue where the app would successfully install but silently fail to launch. This was caused by a module system compatibility issue (CommonJS vs ESM) within the internal auto-updater module ( electron-updater ).

앱 실행 실패 현상 수정: 내부 자동 업데이트 모듈( electron-updater )의 모듈 시스템(CommonJS vs ESM) 호환성 문제로 인해, 설치는 정상적으로 되지만 앱이 켜지기직전에 백그라운드에서 크래시가 나며 화면이 뜨지 않던 치명적인 버그를 해결했습니다.