Add QR code generation script and integrate

This commit is contained in:
thePR0M3TH3AN
2025-06-17 18:52:41 -04:00
parent 332395b2e5
commit 6ec99093ed
3 changed files with 35 additions and 0 deletions

View File

@@ -84,6 +84,9 @@ else
update_config_interactive
fi
# Regenerate QR codes based on the updated configuration
( cd src && ./generate_qr.sh )
# Run obfuscation scripts
( cd src && ./obfuscate_index.sh && ./obfuscate_nostr.sh )