added icon and .desktop file to DSA arch package
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
makepkg
|
||||
|
||||
# load .env
|
||||
. ./.env
|
||||
|
||||
for pkg in *.pkg.tar.zst; do
|
||||
curl --user $USERNAME:$PASSWORD \
|
||||
--upload-file "$pkg" \
|
||||
https://git.zxq5.dev/api/packages/zxq5/arch/core
|
||||
done
|
||||
Reference in New Issue
Block a user