mirror of
https://github.com/mandiant/capa.git
synced 2025-12-11 07:10:39 -08:00
Compare commits
1 Commits
add-codema
...
revert-227
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
10beccaa3d |
6
.github/workflows/web-deploy.yml
vendored
6
.github/workflows/web-deploy.yml
vendored
@@ -49,12 +49,6 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
working-directory: ./web/explorer
|
working-directory: ./web/explorer
|
||||||
- name: Generate release bundle
|
|
||||||
run: npm run build:bundle
|
|
||||||
working-directory: ./web/explorer
|
|
||||||
- name: Zip release bundle
|
|
||||||
run: zip -r capa-explorer-web.zip capa-explorer-web
|
|
||||||
working-directory: ./web/explorer
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
working-directory: ./web/explorer
|
working-directory: ./web/explorer
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"build:bundle": "vite build --mode bundle --outDir=capa-exlorer-web",
|
"build:bundle": "vite build --mode bundle",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"test": "vitest",
|
"test": "vitest",
|
||||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
||||||
|
|||||||
@@ -8,15 +8,10 @@ import Menubar from "primevue/menubar";
|
|||||||
<div class="flex align-items-center gap-3">
|
<div class="flex align-items-center gap-3">
|
||||||
<a
|
<a
|
||||||
v-ripple
|
v-ripple
|
||||||
v-tooltip.right="'Download capa Explorer Web for offline usage'"
|
href="https://github.com/mandiant/capa"
|
||||||
href="/capa-explorer-web.zip"
|
class="flex align-items-center justify-content-center text-color w-2rem"
|
||||||
download="capa-explorer-web.zip"
|
|
||||||
aria-label="Download capa Explorer Web release"
|
|
||||||
>
|
>
|
||||||
<i class="pi pi-download text-xl"></i>
|
<i id="gitsub-icon" class="pi pi-github text-2xl"></i>
|
||||||
</a>
|
|
||||||
<a v-ripple href="https://github.com/mandiant/capa" class="flex justify-content-center w-2rem">
|
|
||||||
<i class="pi pi-github text-2xl"></i>
|
|
||||||
</a>
|
</a>
|
||||||
<img src="@/assets/images/icon.png" alt="Logo" class="w-2rem" />
|
<img src="@/assets/images/icon.png" alt="Logo" class="w-2rem" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user