mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
5 lines
78 B
Batchfile
Executable file
5 lines
78 B
Batchfile
Executable file
@echo off
|
|
pushd "%~dp0"\..
|
|
set RELEASE=1
|
|
tools\ninja wheels || exit /b 1
|
|
popd
|