build: Fix creating the macOS bundle from within the M1 docker

This commit is contained in:
WerWolv
2024-03-22 23:47:24 +01:00
parent dd20a16d3a
commit d09f2c4f26
2 changed files with 3 additions and 1 deletions

View File

@@ -170,4 +170,4 @@ EOF
FROM scratch
COPY --from=build /mnt/ImHex/build/install/imhex.app ImHex.app
COPY --from=build /mnt/ImHex/build/install/ImHex.app ImHex.app