From 5a48f952f4fda1bf02e4e290598a6146f0d73986 Mon Sep 17 00:00:00 2001 From: zeromus Date: Wed, 26 Oct 2016 12:50:37 -0500 Subject: [PATCH] use HEAD instead of branch name; should use the currently checked-out branch, then, or else the current commit. after I run this commit I'll find out which! --- Dist/BuildAndPackage.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dist/BuildAndPackage.bat b/Dist/BuildAndPackage.bat index e142b269c9..5731baac3a 100644 --- a/Dist/BuildAndPackage.bat +++ b/Dist/BuildAndPackage.bat @@ -44,8 +44,8 @@ rmdir /s /q temp\lua rmdir /s /q temp\firmware rmdir /s /q gitsucks -git --git-dir ../.git archive --format zip --output lua.zip Release Assets/Lua -git --git-dir ../.git archive --format zip --output firmware.zip Release output/Firmware +git --git-dir ../.git archive --format zip --output lua.zip HEAD Assets/Lua +git --git-dir ../.git archive --format zip --output firmware.zip HEAD output/Firmware rem Getting externaltools example from my repo rem I once talked about a dedicated repo for external tools, think about moving the exemple to it it it happend git clone https://github.com/Hathor86/HelloWorld_BizHawkTool.git