mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00

If you were using the optional Rust worker support, please see the change to development.md
5 lines
70 B
Bash
Executable file
5 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
BUILDARGS="--config opt" $(dirname $0)/../run $*
|