added icon and .desktop file to DSA arch package
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Damn Simple Architecture
|
||||
Comment=Damn Simple Architecture Emulator
|
||||
Exec=dsa
|
||||
Icon=dsa
|
||||
Categories=Development;
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 99 KiB |
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