This commit is contained in:
Hannes Mehnert 2023-06-03 12:57:59 +02:00
parent 56594489a8
commit 8c9723c107

View file

@ -13,7 +13,7 @@ build: ["sh" "-exc" "mirage build"]
install: [ install: [
[ "cp" "dist/redirect.hvt" "%{bin}%/redirect.hvt" ] [ "cp" "dist/redirect.hvt" "%{bin}%/redirect.hvt" ]
[ "strip" "%{bin}%/redirect.hvt" ] [ "strip" "%{bin}%/redirect.hvt" ]
[ "cp" "unikernel/dist/redirect.hvt" "%{prefix}%/redirect.hvt.debug" ] [ "cp" "dist/redirect.hvt" "%{prefix}%/redirect.hvt.debug" ]
# [ "cp" "README.md" "%{prefix}%/README.md" ] # [ "cp" "README.md" "%{prefix}%/README.md" ]
] ]