at master 17 lines 512 B view raw
1--- 2 UEFITool/CMakeLists.txt | 2 +- 3 1 file changed, 1 insertion(+), 1 deletion(-) 4 5diff --git a/UEFITool/CMakeLists.txt b/UEFITool/CMakeLists.txt 6index aef60d0..98723ac 100644 7--- a/UEFITool/CMakeLists.txt 8+++ b/UEFITool/CMakeLists.txt 9@@ -143,4 +143,4 @@ IF(UNIX AND (NOT APPLE) AND (NOT CYGWIN)) 10 INSTALL(FILES uefitool.desktop DESTINATION share/applications) 11 ENDIF() 12 13-INSTALL(TARGETS UEFITool BUNDLE DESTINATION "/Applications" ) 14+INSTALL(TARGETS UEFITool BUNDLE DESTINATION "Applications" ) 15-- 162.40.1 17