Skip to content

Commit

Permalink
IT WORKS
Browse files Browse the repository at this point in the history
The issue is that the build was being overridden in the package.json and wasnt doing the build.yml for electron
  • Loading branch information
ItsRiprod committed Oct 31, 2024
1 parent 76fbb7a commit 02c653b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
5 changes: 5 additions & 0 deletions DeskThingServer/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ files:
asarUnpack:
- resources/**
- bin/**
- "!resources/{,/**/}*.{h,hpp,cpp,cc,cxx}"
protocols:
- name: "DeskThing Protocol"
schemes:
- deskthing
win:
executableName: DeskThing
artifactName: ${name}-${os}-${version}-setup.${ext}
Expand Down
10 changes: 0 additions & 10 deletions DeskThingServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,5 @@
"typedoc": "^0.26.10",
"typescript": "^5.3.3",
"vite": "^5.0.12"
},
"build": {
"protocols": [
{
"name": "DeskThing Protocol",
"schemes": [
"deskthing"
]
}
]
}
}

0 comments on commit 02c653b

Please sign in to comment.