Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
git committed Sep 23, 2024
1 parent 889ab5c commit 1409424
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
# arch: [arm64, amd64]
- os: macos-latest
arch: [arm64, amd64]
# - os: windows-latest
# arch: [arm64, amd64]
- os: windows-latest
arch: [arm64, amd64]

steps:
- name: Checkout Code
Expand Down
46 changes: 23 additions & 23 deletions electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,29 @@
],
"win": {
icon: "electron/resources/build/logo.ico",
// "target": [
// {
// "target": "nsis",
// "arch": [
// "x64",
// "arm64"
// ]
// },
// {
// "target": "portable",
// "arch": [
// "x64",
// "arm64"
// ]
// },
// {
// "target": "appx",
// "arch": [
// "x64",
// "arm64"
// ]
// }
// ],
"target": [
{
"target": "nsis",
"arch": [
"x64",
"arm64"
]
},
// {
// "target": "portable",
// "arch": [
// "x64",
// "arm64"
// ]
// },
// {
// "target": "appx",
// "arch": [
// "x64",
// "arm64"
// ]
// }
],
"artifactName": "${productName}-${version}-win-${arch}.${ext}",
"extraResources": [
{
Expand Down

0 comments on commit 1409424

Please sign in to comment.