Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web: add button to download release #2275

Merged
merged 2 commits into from
Aug 12, 2024
Merged

Conversation

fariss
Copy link
Collaborator

@fariss fariss commented Aug 12, 2024

closes #2257

This PR add the feature to download a zipped release of capa Explorer Web

Kapture 2024-08-12 at 14 57 32

Checklist

  • No CHANGELOG update needed
  • No new tests needed
  • No documentation update needed

@fariss fariss added the webui related to capa results web visualization label Aug 12, 2024
href="https://github.com/mandiant/capa"
class="flex align-items-center justify-content-center text-color w-2rem"
v-tooltip.right="'Download capa Explorer Web for offline usage'"
href="/capa-explorer-web.zip"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does vite fix up this path or does it need to be made relative?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The href /capa-explorer-web.zip is relative to the root of the project (i.e. web/explorer), thus I believe it is already a relative path.

@fariss fariss merged commit 1c9a86c into mandiant:master Aug 12, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
webui related to capa results web visualization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add a download link to the online version that points to the latest SPA HTML release
2 participants