Updated download URL
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user