Skip to content

Commit

Permalink
remove remote release for windows temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Dec 12, 2024
1 parent b115fef commit 6c72b5b
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 6c72b5b

Please sign in to comment.