Skip to content

Commit

Permalink
Disable code signing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Aug 8, 2024
1 parent b5b495d commit d9643b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ jobs:
run: yarn run electron:publish
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
CSC_LINK: ${{ secrets.windows_certs }}
CSC_KEY_PASSWORD: ${{ secrets.windows_certs_password }}
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = {
},
"linux": {
"target": "AppImage",
},
}
},
},
},
Expand Down

0 comments on commit d9643b7

Please sign in to comment.