mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 17:54:37 +08:00
9 lines
157 B
Desktop File
9 lines
157 B
Desktop File
|
#!/bin/bash
|
||
|
[Desktop Entry]
|
||
|
Type=Application
|
||
|
Version=2.0
|
||
|
Name=MIrror-Check
|
||
|
Icon=network-server-database
|
||
|
Exec=/usr/bin/mirror-check --gui
|
||
|
Categories=Network;
|