Skip to content

Commit

Permalink
Use proxy service.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Sep 19, 2024
1 parent 9fdbd4a commit f58b3fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ const config: ForgeConfig = {
new MakerSquirrel(
(arch) => ({
noDelta: !process.env.PUBLISH,
remoteReleases: `https://comfyui-electron-releases.s3.us-west-2.amazonaws.com/win32/${arch}`,
remoteReleases: `https://electron.comfy.org/win32/${arch}`,
frameworkVersion: 'net481',
}),
['win32']
),
new MakerZIP(
(arch) => ({
macUpdateManifestBaseUrl: `https://comfyui-electron-releases.s3.us-west-2.amazonaws.com/darwin/${arch}`,
macUpdateManifestBaseUrl: `https://electron.comfy.org/darwin/${arch}`,
}),
['darwin', 'win32']
),
Expand Down

0 comments on commit f58b3fe

Please sign in to comment.