appId: kr.tkrmagid.musicquiz.portforward productName: 마인크래프트 간편 포트포워딩 # 루트 package.json 의 "main" 은 메인 설치기를 가리키므로, 패키지된 앱이 # 포트포워딩 도구를 진입점으로 쓰도록 빌드 시 main 을 덮어쓴다. extraMetadata: main: dist/installer-pf/main.js directories: output: release buildResources: build files: - dist/installer-pf/** - dist/shared/** - installer-pf/** # pf 의 index.html 은 메인 설치기와 동일한 styles.css 를 공유함 # (``). 그 한 파일만 명시적으로 포함. - installer/styles.css - build/icon.* - package.json # 이 도구는 sharp(이미지 처리)를 쓰지 않으므로 통째로 제외해 exe 크기를 줄인다. - "!node_modules/sharp/**" - "!node_modules/@img/**" # i18n 사전(locales/installer-pf/ko-kr.json)을 런타임에서 읽도록 함께 배포. extraResources: - from: locales to: locales filter: - "**/*" win: target: portable artifactName: 마인크래프트간편포트포워딩-${version}-Portable.${ext} icon: build/icon.ico portable: artifactName: 마인크래프트간편포트포워딩-${version}-Portable.${ext}