Skip to content

Commit

Permalink
remove wrong path for installer urls
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed Jun 4, 2024
1 parent 92724d1 commit da86900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate-manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ async function generateInstallerManifest(version, buildDir) {
version: version,
platforms: {
win32: {
url: `${baseUrl}/release/installer/${version}/win32/ParticleCLISetup.exe`,
manifest: `${baseUrl}/release/manifest-${version}.json`
url: `${baseUrl}/installer/${version}/win32/ParticleCLISetup.exe`,
manifest: `${baseUrl}/manifest-${version}.json`
}
}
};
Expand Down

0 comments on commit da86900

Please sign in to comment.