This website requires JavaScript.
Explore
Help
Sign In
langfingaz
/
anki
Watch
1
Star
0
Fork
0
You've already forked anki
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
75932db734
anki
/
run
7 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
move the separate components back into this monorepo Earlier today I pushed a change that split this code up into multiple repos, but that has proved to complicate things too much. So we're back to a single repo, except the individual submodules are better separated than they were before. The README files need updating again; I will push them out soon. Aside from splitting out the different modules, the sound code has moved from from anki to aqt.
2020-01-02 10:43:19 +01:00
#!/bin/bash
move aqt_data into source folder; implement wheel building
2020-11-03 23:44:47 +01:00
set -e
enable Python warnings when running
2020-12-16 05:29:31 +01:00
export PYTHONWARNINGS=default
get PyQt working directly with ./run on macOS It's no longer necessary to copy everything into bazel-copy, and you can safely remove that folder.
2021-10-16 10:03:41 +02:00
bazel run $BUILDARGS //qt:runanki -- $*
Reference in New Issue
Copy Permalink