general: appstore build stuff

This commit is contained in:
Michael Freno
2026-01-13 11:31:34 -05:00
parent b7393568af
commit e379c4e3e4
18 changed files with 784 additions and 19 deletions

View File

@@ -1,6 +1,10 @@
#!/bin/bash
set -e
# Ensure we're using self-distribution configuration
echo "🔄 Switching to self-distribution configuration..."
./switch_to self
# Load environment variables from .env file
if [ -f .env ]; then
set -a