Skip to content

Commit f3856c4

Browse files
committed
added tv
1 parent 277bc7b commit f3856c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,11 @@ jobs:
258258
cp linux/runner/ccloud.desktop ccloud_gui.AppDir/ccloud.desktop
259259
260260
# Update desktop file for AppImage
261-
sed -i 's|Exec=/usr/bin/ccloud_gui/AppRun|Exec=AppRun|g' ccloud_gui.AppDir/ccloud.desktop
261+
sed -i 's|Exec=/usr/bin/ccloud_gui/AppRun|Exec=ccloud_gui|g' ccloud_gui.AppDir/ccloud.desktop
262262
263263
# Copy icon to AppDir root with correct name
264264
echo "Copying icon..."
265-
cp linux/assets/256x256.png ccloud_gui.AppDir/ccloud.png
265+
cp linux/assets/256x256.png ccloud_gui.AppDir/ccloud_gui.png
266266
267267
# Make sure the executable is properly linked
268268
chmod +x ccloud_gui.AppDir/usr/bin/ccloud_gui

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=Free movie and series streaming and download application for Iranian Persian content
4-
Exec=/usr/bin/ccloud_gui/AppRun
4+
Exec=ccloud_gui
55
Icon=ccloud_gui
66
Terminal=false
77
Type=Application

0 commit comments

Comments
 (0)