Skip to content

Commit

Permalink
Fix translation path for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
myst6re committed Feb 25, 2024
1 parent 7e8ed21 commit c72c381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if(APPLE)
elseif(WIN32)
set(TRANSLATIONS_PATH translations)
else()
set(TRANSLATIONS_PATH share/makoureactor/translations)
set(TRANSLATIONS_PATH share/deling/translations)
endif()

install(FILES ${QM_FILES} DESTINATION "${TRANSLATIONS_PATH}")
Expand Down

0 comments on commit c72c381

Please sign in to comment.