appId: kr.tkrmagid.musicquiz.installer productName: MusicQuizInstaller directories: output: release files: - dist/installer/** - dist/shared/** - installer/** - package.json # 빌드 시점의 .env 를 설치기 옆에 함께 배포(없으면 조용히 패스). # 패키징 후 운영자가 resources/.env 만 교체해서 도메인을 바꿀 수도 있음. # locales/ 폴더는 i18n.ts 가 process.resourcesPath/locales//ko-kr.json # 을 찾아 로드하므로, 빌드된 .exe 에서도 한국어 사전이 적용되도록 함께 배포. extraResources: - from: . to: . filter: - .env - from: locales to: locales filter: - "**/*" win: target: nsis artifactName: ${productName}-${version}-Setup.${ext} nsis: oneClick: false allowToChangeInstallationDirectory: true perMachine: false