Skip to content

Commit

Permalink
set back remote release for win32
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Dec 12, 2024
1 parent 6c72b5b commit ad680d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/apps/desktop/forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ const config: ForgeConfig = {
// Note that we must provide this S3 URL here
// in order to generate delta updates
// remoteReleases: `https://seedappdev.s3.eu-west-2.amazonaws.com/dev/win32/${arch}`,
// remoteReleases: IS_PROD_DEV
// ? `https://seedappdev.s3.eu-west-2.amazonaws.com/dev/win32/${arch}`
// : undefined,
remoteReleases: IS_PROD_DEV
? `https://seedappdev.s3.eu-west-2.amazonaws.com/dev/win32/${arch}`
: undefined,

// certificateFile: process.env.WINDOWS_PFX_FILE,
// certificatePassword: process.env.WINDOWS_PFX_PASSWORD,
Expand Down

0 comments on commit ad680d3

Please sign in to comment.