Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"frontendVersion": "1.10.18",
"comfyUI": {
"version": "0.3.26",
"optionalBranch": ""
"optionalBranch": "desktop-release-mar112025"
},
"managerCommit": "04fa540a8c09d890147fe158090d813be8d05d40",
"uvVersion": "0.5.31"
Expand All @@ -36,7 +36,7 @@
"make:nvidia": "yarn run make -- --nvidia",
"notarize": "node debug/notarize.js",
"package": "yarn run vite:compile && todesktop build --code-sign=false --async",
"patch:core:frontend": "node scripts/patchComfyUI.js frontend requirements",
"patch:core:frontend": "node scripts/patchComfyUI.js requirements",
"postinstall": "node .husky/install.mjs",
"publish": "yarn run vite:compile && todesktop build",
"publish:staging": "yarn run vite:compile && todesktop build --config=./todesktop.staging.json --async",
Expand Down
1 change: 0 additions & 1 deletion scripts/makeComfy.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ execAndLog(
execAndLog(`yarn run make:frontend`);
execAndLog(`yarn run download:uv all`);
execAndLog(`yarn run patch:core:frontend`);

/**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/**
/**

* Run a command and log the output.
* @param {string} command The command to run.
Expand Down
7 changes: 0 additions & 7 deletions scripts/patchComfyUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ import fs from 'node:fs/promises';
* ```
*/
const tasks = new Map([
[
'frontend',
{
target: './assets/ComfyUI/app/frontend_management.py',
patch: './scripts/core-remove-frontend.patch',
},
],
[
'requirements',
{
Expand Down
Loading