Skip to content

Commit 80fb138

Browse files
committed
add base
1 parent 5588680 commit 80fb138

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
cp linux/assets/256x256.png ccloud.AppDir/ccloud.png
261261
262262
# Make sure the executable is properly linked
263-
chmod +x ccloud.AppDir/usr/bin/ccloud
263+
chmod +x ccloud.AppDir/usr/bin/ccloud_gui
264264
265265
# List files for debugging
266266
echo "AppDir contents:"

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,25 @@
33
A modern, free, and unlimited Iranian Persian streaming platform.
44

55
<p align="center">
6-
<img src="assets/logo.png" alt="CCloud Logo" width="120">
6+
<img src="assets/logo.png" alt="CCloud Logo" width="150">
7+
</p>
8+
9+
<p align="center">
10+
<a href="https://github.com/code3-dev/CCloud-GUI/stargazers">
11+
<img src="https://img.shields.io/github/stars/code3-dev/CCloud-GUI?style=social" alt="GitHub Stars">
12+
</a>
13+
<a href="https://github.com/code3-dev/CCloud-GUI/forks">
14+
<img src="https://img.shields.io/github/forks/code3-dev/CCloud-GUI?style=social" alt="GitHub Forks">
15+
</a>
16+
<a href="https://github.com/code3-dev/CCloud-GUI/releases">
17+
<img src="https://img.shields.io/github/downloads/code3-dev/CCloud-GUI/total?style=social" alt="GitHub Downloads">
18+
</a>
19+
<a href="https://github.com/code3-dev/CCloud-GUI/issues">
20+
<img src="https://img.shields.io/github/issues/code3-dev/CCloud-GUI" alt="GitHub Issues">
21+
</a>
22+
<a href="https://github.com/code3-dev/CCloud-GUI/pulls">
23+
<img src="https://img.shields.io/github/issues-pr/code3-dev/CCloud-GUI" alt="GitHub Pull Requests">
24+
</a>
725
</p>
826

927
## Description

linux/runner/ccloud.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Desktop Entry]
22
Name=CCloud
33
Comment=Modern, free, and unlimited Iranian Persian streaming application
4-
Exec=ccloud
4+
Exec=ccloud_gui
55
Icon=ccloud
66
Terminal=false
77
Type=Application

0 commit comments

Comments
 (0)