Skip to content

Commit

Permalink
Fix: ビルド周りを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Jun 18, 2024
1 parent 2725650 commit 0c87f0b
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 15 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ jobs:
- name: Build electron
run: |
pnpm build:electron ${{ matrix.build-args }}
# TODO: https://github.com/electron-userland/electron-builder/issues/6933 が直ったら修正
# pnpm build:electron ${{ matrix.build-args }}
npm run build:electron ${{ matrix.build-args }}
- name: Change extension
if: matrix.ext != ''
Expand Down
1 change: 0 additions & 1 deletion electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
productName: "Kiite Cafe Desktop",
copyright: "2022 © Nanashi. <@sevenc-nanashi>",
icon: "build/icon.png",
nodeGypRebuild: false,
directories: {
output: "dist-electron",
},
Expand Down
15 changes: 2 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"tar": "^7.2.0",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-checker": "^0.6.4",
Expand All @@ -60,17 +61,5 @@
"overrides": {
"register-scheme": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.2.1.tgz"
}
},
"trustedDependencies": [
"@fortawesome/fontawesome-common-types",
"@fortawesome/fontawesome-svg-core",
"@fortawesome/free-brands-svg-icons",
"@fortawesome/free-regular-svg-icons",
"@fortawesome/free-solid-svg-icons",
"bufferutil",
"electron",
"esbuild",
"register-scheme",
"utf-8-validate"
]
}
}
52 changes: 52 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c87f0b

Please sign in to comment.