1
0
mirror of git://f0xx.org/ac/ac-scripts synced 2026-07-29 03:57:56 +03:00

scripts: default ~/repos/ac clone path, Cursor handoff export

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-06-23 18:24:11 +02:00
parent affe70ac06
commit fb275ccada
2 changed files with 33 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ set -eu
AC_GIT_BASE="${AC_GIT_BASE:-git://f0xx.org/ac}"
AC_BRANCH="${AC_BRANCH:-next}"
TARGET="${TARGET:-${HOME}/src/androidcast-ac}"
TARGET="${TARGET:-${HOME}/repos/ac}"
DO_VERIFY=1
usage() {