Updated download URL

This commit is contained in:
2026-01-25 05:18:23 +00:00
parent 4b8fc8d469
commit ba4e0f69d7

View File

@@ -6,7 +6,7 @@ import CardContent from '@/components/ui/CardContent.vue';
import { Download, Shield } from 'lucide-vue-next';
function downloadFile() {
const url = "https://n0sys.duckdns.org/git/lucas/nosys_libs/raw/branch/main/app/start.py";
const url = "https://n0sys.duckdns.org/downloads/libs/app/start.py";
const link = document.createElement('a');
link.href = url;
link.download = url.split('/').pop();