From 564ebf17e7235d9ce4eca4dac0efe03f21b8ed57 Mon Sep 17 00:00:00 2001 From: Robert Moore Date: Thu, 27 Oct 2022 09:25:42 -0700 Subject: [PATCH] Build script: Use acpisrc-dbg instead of simply acpisrc, Since the binary for acpisrc is generated by the build script, there will be no digital signature in the binary, and thus it will not execute. --- generate/release/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate/release/build.sh b/generate/release/build.sh index ba73227dd..3e6d94403 100755 --- a/generate/release/build.sh +++ b/generate/release/build.sh @@ -38,7 +38,7 @@ # Configuration ZIP_UTILITY="/cygdrive/c/windows/pkzip25.exe" -ACPISRC="libraries/acpisrc.exe" +ACPISRC="libraries/acpisrc_dbg.exe" DOS2UNIX="dos2unix" UNIX2DOS="unix2dos"