Skip to content

Commit

Permalink
Updating for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
myst6re committed Feb 25, 2024
1 parent c72c381 commit 9634181
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,9 @@ elseif(WIN32)
install(DIRECTORY "${QT_DEPLOY_TMP_DIR}/" DESTINATION ".")
install(CODE "file(REMOVE_RECURSE \"${QT_DEPLOY_TMP_DIR}\")")
else()
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/qt/images/Deling.png DESTINATION share/icons/hicolor/256x256/apps)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/deploy/linux/Deling.desktop DESTINATION share/applications)
install(FILES ${CMAKE_SOURCE_DIR}/src/qt/images/Deling.png DESTINATION share/icons/hicolor/256x256/apps RENAME io.github.myst6re.deling.png)
install(FILES ${CMAKE_SOURCE_DIR}/deploy/linux/io.github.myst6re.deling.desktop DESTINATION share/applications)
install(FILES ${QM_FILES} DESTINATION share/deling/translations)
install(TARGETS ${GUI_TARGET} RUNTIME)
endif()

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
[Desktop Entry]
Type=Application
Version=0.12.1b
Name=Deling
GenericName=FF8 Field Editor
GenericName[fr]=Éditeur d'écrans FF8
Comment=Can edit field from Final Fantasy VIII (PS & PC)
Comment[fr]=Permet de modifier les écrans de Final Fantasy VIII (PS et PC)
Icon=Deling
Icon=io.github.myst6re.deling
Exec=Deling
Path=
Terminal=false
Categories=Application;Game;
Keywords=PlayStation;Final Fantasy;FF8;
StartupNotify=true
StartupNotify=false

0 comments on commit 9634181

Please sign in to comment.