mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-20 12:11:28 -07:00
17 lines
384 B
Bash
Executable File
17 lines
384 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
cat <<'EOF'
|
|
patch-yomitan.sh is retired.
|
|
|
|
SubMiner now uses the forked source submodule at vendor/subminer-yomitan and builds the
|
|
Chromium extension artifact into build/yomitan.
|
|
|
|
Use:
|
|
git submodule update --init --recursive
|
|
bun run build:yomitan
|
|
|
|
If you need to change Electron compatibility behavior, patch the forked source repo and rebuild.
|
|
EOF
|