Skip to content

Commit

Permalink
Actually I think it finds these files automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Oct 28, 2024
1 parent 18ab5a2 commit b511f46
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions todesktop.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@
"appPath": ".",
"appFiles": ["src/**", "scripts/**", "assets/**", "dist/**", ".vite/**", ".yarnrc.yml", ".yarn/**"],
"extraResources": [{ "from": "./assets" }],
"filesForDistribution": ["!assets/**","!dist/**" , "!.yarn/**", "!.yarnrc.yml"],
"mac" :
{
"additionalBinariesToSign" : ["./assets/output/lib/libpython3.12.dylib" , "./assets/output/lib/python3.12/lib-dynload/_crypt.cpython-312-darwin.so" , "./assets/output/bin/uv" ,"./assets/output/bin/uvx","./assets/output/bin/python3.12"]
}
"filesForDistribution": ["!assets/**","!dist/**" , "!.yarn/**", "!.yarnrc.yml"]
}

0 comments on commit b511f46

Please sign in to comment.