mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #285] [MERGED] AppImage: Add desktop integration #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stenzek/duckstation/pull/285
Author: @ggrtk
Created: 4/14/2020
Status: ✅ Merged
Merged: 4/15/2020
Merged by: @stenzek
Base:
master← Head:appimage📝 Commits (5)
a2a9bd1AppImage: Add script for generating AppImages with desktop integrationccddb44CI: Use AppImage generation script for Linux buildf265ce2gitignore: Update build folder ignoresa8e224dAppImage: Use timestamping to prevent wget duplicates0d84b5bAppImage: Use user-specified build directory for linuxdeploy📊 Changes
9 files changed (+95 additions, -11 deletions)
View changed files
📝
.gitignore(+1 -0)➕
appimage/duckstation-qt.desktop(+10 -0)➕
appimage/duckstation-sdl.desktop(+10 -0)➕
appimage/generate-appimages.sh(+65 -0)➕
appimage/icon-16px.png(+0 -0)➕
appimage/icon-32px.png(+0 -0)📝
appimage/icon-48px.png(+0 -0)➕
appimage/icon-64px.png(+0 -0)📝
appveyor.yml(+9 -11)📄 Description
PR adds desktop integration to AppImages. Looks like this on Xfce 4:
Other changes include increasing the number of available icon sizes to better support different desktop environments and splitting the AppImage generation out to its own script so users can build locally if they wish.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.