From fd48f758bf4211a21e0b12a37b0188b1d1b56e84 Mon Sep 17 00:00:00 2001 From: Joshua Groves Date: Tue, 28 Aug 2018 20:59:45 -0600 Subject: [PATCH] Add `commit-sha` to root of package --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c2e1b2..a9d8134 100644 --- a/Makefile +++ b/Makefile @@ -161,7 +161,7 @@ clean: cargo clean package: version-debug version-release - cd target && zip ../gfx-portability-$(OS_NAME)-$(GIT_TAG).zip */libportability.$(LIB_EXTENSION) ../.git/refs/heads/master + cd target && cp ../.git/refs/heads/master commit-sha && zip ../gfx-portability-$(OS_NAME)-$(GIT_TAG).zip */libportability.$(LIB_EXTENSION) commit-sha target/debug/libvulkan.$(LIB_EXTENSION): cd target/debug && ln -sf libportability.$(LIB_EXTENSION) libvulkan.$(LIB_EXTENSION)