Skip to content

Commit

Permalink
increment to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Sep 20, 2024
1 parent cc8bcf3 commit e92a7ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const config: ForgeConfig = {
makers: [
new MakerSquirrel(
(arch) => ({
noDelta: true,
noDelta: !process.env.PUBLISH,
remoteReleases: `https://comfyui-electron-releases.s3.us-west-2.amazonaws.com/win32/${arch}`,
frameworkVersion: 'net481',
}),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "comfyui-electron",
"productName": "ComfyUI",
"repository": "github:comfy-org/electron",
"version": "0.1.2",
"version": "0.1.7",
"description": "The best modular GUI to run AI diffusion models.",
"main": ".vite/build/main.js",
"packageManager": "[email protected]",
Expand Down

0 comments on commit e92a7ed

Please sign in to comment.