Skip to content

Commit

Permalink
To desktop.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Dec 12, 2024
1 parent ae69c0f commit 453a36f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions todesktop.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,19 @@
"assets/uv/**",
".vite/**",
".yarnrc.yml",
".yarn/**"
".yarn/**",
".husky/**"
],
"extraResources": [{ "from": "./assets" }],
"filesForDistribution": ["!assets/**", "!dist/**", "!src/**", "!scripts/**", "!.yarn/**", "!.yarnrc.yml"],
"filesForDistribution": [
"!assets/**",
"!dist/**",
"!src/**",
"!scripts/**",
"!.yarn/**",
"!.yarnrc.yml",
"!.husky/**"
],
"mac": {
"additionalBinariesToSign": ["./assets/uv/macos/uv", "./assets/uv/macos/uvx"]
},
Expand Down

0 comments on commit 453a36f

Please sign in to comment.