Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Nov 2, 2024
1 parent 82950da commit 824145b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/windows/todesktop/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ runs:
TODESKTOP_EMAIL: ${{ inputs.TODESKTOP_EMAIL}}
TODESKTOP_ACCESS_TOKEN: ${{inputs.TODESKTOP_ACCESS_TOKEN}}
run: |
npm install --location=global @todesktop/cli
npm install -g @todesktop/cli
yarn run publish
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"vite:compile": "vite build --config vite.renderer.config.ts && vite build --config vite.main.config.ts && vite build --config vite.preload.config.ts ",
"notarize": "node debug/notarize.js",
"clone-settings-extension": "git clone https://github.com/Comfy-Org/DesktopSettingsExtension.git assets/ComfyUI/custom_nodes/DesktopSettingsExtension",
"package": "yarn run vite:compile && todesktop build --code-sign=false --async",
"publish": "yarn run vite:compile && todesktop build --async",
"package": "yarn run vite:compile && npx todesktop build --code-sign=false --async",
"publish": "yarn run vite:compile && npx todesktop build --async",
"sign": "node debug/sign.js",
"start": "node ./scripts/launchdev.js",
"typescript": "yarn run tsc",
Expand Down

0 comments on commit 824145b

Please sign in to comment.