Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add desktop file for vtfview #54

Merged
merged 2 commits into from
Aug 18, 2024
Merged

Add desktop file for vtfview #54

merged 2 commits into from
Aug 18, 2024

Conversation

JJL772
Copy link
Member

@JJL772 JJL772 commented Aug 18, 2024

  • Installs .desktop for vtfview and the icon
  • Added .clangd config


install(
FILES ${CMAKE_BINARY_DIR}/vtfview.desktop
DESTINATION share/applications
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a reason these arent absolute paths in /usr?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are relative to CMAKE_INSTALL_PREFIX and CMAKE_INSTALL_PREFIX might be /usr/local, /usr, ~/.local, etc.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool didnt know that

@craftablescience
Copy link
Member

you might want to add a file association for .vtf as well

@craftablescience craftablescience merged commit e67ec36 into main Aug 18, 2024
3 checks passed
@craftablescience craftablescience deleted the feat/desktop-files branch August 18, 2024 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants