Skip to content

Commit

Permalink
build_release.command now properly names the windows/linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
joethephish committed Mar 23, 2016
1 parent 2d3653e commit 92d30ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_release.command
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkdir -p ReleaseBinary

# Windows: Simply zip up inklecate.exe, Newtonsoft.Json.dll and the runtime together
# We rely on a compatible version of .NET being installed on Windows
zip --junk-paths ReleaseBinary/inklecate_windows.zip inklecate/bin/Release/Newtonsoft.Json.dll inklecate/bin/Release/inklecate.exe ink-engine-dll/bin/Release/ink-engine.dll
zip --junk-paths ReleaseBinary/inklecate_windows_and_linux.zip inklecate/bin/Release/Newtonsoft.Json.dll inklecate/bin/Release/inklecate.exe ink-engine-dll/bin/Release/ink-engine.dll

# Mac: Make a native binary that includes the mono runtime
# Prepare to bundle up compiled binary
Expand Down

0 comments on commit 92d30ae

Please sign in to comment.