appId: kr.tkrmagid.musicquiz.installer productName: MusicQuizInstaller directories: output: release files: - dist/installer/** - dist/shared/** - installer/** - package.json # 빌드 시점의 .env 를 설치기 옆에 함께 배포(없으면 조용히 패스). # 패키징 후 운영자가 resources/.env 만 교체해서 도메인을 바꿀 수도 있음. extraResources: - from: . to: . filter: - .env win: target: nsis artifactName: ${productName}-${version}-Setup.${ext} nsis: oneClick: false allowToChangeInstallationDirectory: true perMachine: false