Skip to content

Commit

Permalink
Fix build of the frontend.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Aug 29, 2024
1 parent 4217057 commit 390a482
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
5 changes: 0 additions & 5 deletions meta/plugins/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion meta/plugins/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
python-magic ~= 0.4.27
git+https://github.com/cute-engineering/cutekit.git@0.7.3
2 changes: 1 addition & 1 deletion src/vaev/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <karm-ui/app.h>
#include <vaev-driver/fetcher.h>

#include "../app.h"
#include "app.h"

Async::Task<> entryPointAsync(Sys::Context &ctx) {
auto args = Sys::useArgs(ctx);
Expand Down
5 changes: 4 additions & 1 deletion src/vaev/main/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
},
"type": "exe",
"requires": [
"hideo-browser"
"hideo-base",
"vaev-html",
"vaev-xml",
"vaev-view"
]
}
8 changes: 4 additions & 4 deletions src/vaev/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"$schema": "https://schemas.cute.engineering/stable/cutekit.manifest.component.v1",
"id": "vaev",
"description": "Vaev's frontend",
"props": {
"cpp-excluded": true
},
"type": "exe",
"requires": [
"hideo-browser"
"hideo-base",
"vaev-html",
"vaev-xml",
"vaev-view"
]
}

0 comments on commit 390a482

Please sign in to comment.