#!/bin/bash # Build script for SubConverter-Go set -e echo "🔨 Building SubConverter-Go..." make build echo "✅ Build complete!"