mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
8 lines
154 B
Bash
Executable file
8 lines
154 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# note: 5.14 is not available on Windows for Python 3.9
|
|
|
|
set -e
|
|
|
|
export PYTHONWARNINGS=default
|
|
bazel run $BUILDARGS //qt:runanki_qt514 -- $*
|