@@ -248,28 +248,28 @@ jobs:
248248
249249 # Create AppDir structure
250250 echo "Creating AppDir structure..."
251- mkdir -p ccloud .AppDir/usr/bin
252- cp -r build/linux/x64/release/bundle/* ccloud .AppDir/usr/bin/
251+ mkdir -p ccloud_gui .AppDir/usr/bin
252+ cp -r build/linux/x64/release/bundle/* ccloud_gui .AppDir/usr/bin/
253253
254254 # Copy desktop file to AppDir
255255 echo "Copying desktop file..."
256- cp linux/runner/ccloud.desktop ccloud .AppDir/ccloud .desktop
256+ cp linux/runner/ccloud.desktop ccloud_gui .AppDir/ccloud_gui .desktop
257257
258258 # Copy icon to AppDir root with correct name
259259 echo "Copying icon..."
260- cp linux/assets/256x256.png ccloud .AppDir/ccloud .png
260+ cp linux/assets/256x256.png ccloud_gui .AppDir/ccloud_gui .png
261261
262262 # Make sure the executable is properly linked
263- chmod +x ccloud .AppDir/usr/bin/ccloud_gui
263+ chmod +x ccloud_gui .AppDir/usr/bin/ccloud_gui
264264
265265 # List files for debugging
266266 echo "AppDir contents:"
267- find ccloud .AppDir -type f
267+ find ccloud_gui .AppDir -type f
268268
269269 # Create AppImage
270270 echo "Creating AppImage..."
271271 OUTPUT=release/CCloud-$VERSION-linux.AppImage ./linuxdeploy-x86_64.AppImage \
272- --appdir ccloud .AppDir \
272+ --appdir ccloud_gui .AppDir \
273273 --output appimage || {
274274 echo "AppImage creation failed, continuing with other packages"
275275 echo "Contents of release directory:"
0 commit comments