Skip to content

Commit

Permalink
fix: skip signing in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Oct 14, 2024
1 parent 2afc8ad commit a504d0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export {}
declare global {}
declare global {

}
1 change: 1 addition & 0 deletions electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"afterSign": "scripts/notarize.cjs",
"win": {
"verifyUpdateCodeSignature": false,
"target": [
{
"target": "nsis",
Expand Down
2 changes: 1 addition & 1 deletion src/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}

/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
Add: typeof import('./components/svg/Add.vue')['default']
Expand Down

0 comments on commit a504d0d

Please sign in to comment.