mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
re-add reviewer-bottom to build script
This commit is contained in:
parent
d775efcb06
commit
c7fd7a0965
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ fn build_imgs(build: &mut Build) -> Result<()> {
|
|||
}
|
||||
|
||||
fn build_js(build: &mut Build) -> Result<()> {
|
||||
for ts_file in &["deckbrowser", "webview", "toolbar"] {
|
||||
for ts_file in &["deckbrowser", "webview", "toolbar", "reviewer-bottom"] {
|
||||
build.add_action(
|
||||
"qt:aqt:data:web:js",
|
||||
EsbuildScript {
|
||||
|
|
Loading…
Reference in a new issue