Skip to content

Commit

Permalink
fix base url for release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Jan 30, 2024
1 parent eab1722 commit 07a9ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hostd/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = {
platforms: ['darwin'],
// arch: ['arm64', 'x64'],
config: (arch) => ({
macUpdateManifestBaseUrl: `https://public.s3.file.dev/hostd/darwin/${arch}/RELEASES.json`,
macUpdateManifestBaseUrl: `https://public.s3.file.dev/hostd/darwin/${arch}`,
options: {
icon: './assets/icons/icon.icns',
},
Expand Down
2 changes: 1 addition & 1 deletion renterd/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = {
platforms: ['darwin'],
// arch: ['arm64', 'x64'],
config: (arch) => ({
macUpdateManifestBaseUrl: `https://public.s3.file.dev/renterd/darwin/${arch}/RELEASES.json`,
macUpdateManifestBaseUrl: `https://public.s3.file.dev/renterd/darwin/${arch}`,
options: {
icon: './assets/icons/icon.icns',
},
Expand Down

0 comments on commit 07a9ec2

Please sign in to comment.