c570df851d
This commit upgrades uefiToolPackages.new-engine to the latest version as of writing. Version A68 is now using Qt6 and no longer comes with a custom build script, so the build logic compared to the old-engine variant has become sufficiently divergent that I decided that it would be easier to split them into two entirely different derivations. Additionally, I: - added myself as a maintainer - added a patch that allows the new-engine variant to build on Darwin - correctly set `mainProgram` in the old-engine variant
18 lines
512 B
Diff
18 lines
512 B
Diff
---
|
|
UEFITool/CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/UEFITool/CMakeLists.txt b/UEFITool/CMakeLists.txt
|
|
index aef60d0..98723ac 100644
|
|
--- a/UEFITool/CMakeLists.txt
|
|
+++ b/UEFITool/CMakeLists.txt
|
|
@@ -143,4 +143,4 @@ IF(UNIX AND (NOT APPLE) AND (NOT CYGWIN))
|
|
INSTALL(FILES uefitool.desktop DESTINATION share/applications)
|
|
ENDIF()
|
|
|
|
-INSTALL(TARGETS UEFITool BUNDLE DESTINATION "/Applications" )
|
|
+INSTALL(TARGETS UEFITool BUNDLE DESTINATION "Applications" )
|
|
--
|
|
2.40.1
|
|
|