Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Misc/vkquake.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Categories=Game;Shooter;
Comment=Port of id Software's Quake using the Vulkan API
Icon=vkquake
Name=vkQuake
Terminal=false
Type=Application
# no path for AppImage
Exec=vkquake
4 changes: 2 additions & 2 deletions Packaging/AppImage/run-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ rm -rf AppDir
rm -rf vkquake*
mkdir "$FOLDER"
./linuxdeploy-x86_64.AppImage \
-e ../../build/appimage/vkquake --appdir=AppDir --create-desktop-file \
-e ../../build/appimage/vkquake --appdir=AppDir -d ../../Misc/vkquake.desktop \
-i ../../Misc/vkQuake_256.png --icon-filename=vkquake --output appimage

cp "vkquake-$VERSION-x86_64.AppImage" "$FOLDER/vkquake.AppImage"
cp "vkQuake-$VERSION-x86_64.AppImage" "$FOLDER/vkquake.AppImage"
cp ../../LICENSE.txt "$FOLDER"
tar -zcvf "$ARCHIVE" "$FOLDER"
Loading