Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
jiehua1995 committed Feb 5, 2025
1 parent f27602b commit 075faff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: electron-dist-${{ matrix.os }}
path: electron/dist/
path: dist/
6 changes: 3 additions & 3 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ win:
target:
- nsis
artifactName: "${productName}-v${version}-${os}-${arch}.${ext}"
icon: assets/icon.ico
icon: build/icon.ico
publish: null

mac:
target:
- dmg
artifactName: "${productName}-v${version}-${os}-${arch}.${ext}"
icon: assets/icon.icns
icon: build/icon.icns
hardenedRuntime: false
gatekeeperAssess: false
darkModeSupport: true
Expand All @@ -35,7 +35,7 @@ linux:
- rpm
maintainer: "Jie Hua <[email protected]>"
artifactName: "${productName}-v${version}-${os}-${arch}.${ext}"
icon: assets/icon.png
icon: build/icon.png
publish: null

nsis:
Expand Down

0 comments on commit 075faff

Please sign in to comment.