Docker TrustedQSL builder

This commit is contained in:
2026-03-13 02:05:14 -04:00
commit ad369d1570
5 changed files with 405 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Trusted QSL Builder
All you need is docker!
```bash
docker build --output=. .
chmod +x tqsl.AppImage
```