From 4acdaa709e9c0b61564ac003b4c9969025494c49 Mon Sep 17 00:00:00 2001 From: Michael <2701605+michaelblyons@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:58:08 -0500 Subject: [PATCH] Use production names in make zip --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index be0303d..d30f9ce 100644 --- a/Makefile +++ b/Makefile @@ -48,8 +48,8 @@ clean: .PHONY: zip zip: - cd $(out_folder) && tar -czvf $(st_docset).tgz $(st_docset) - cd $(out_folder) && tar -czvf $(sm_docset).tgz $(sm_docset) + cd $(out_folder) && tar -czvf Sublime_Text.tgz $(st_docset) + cd $(out_folder) && tar -czvf Sublime_Merge.tgz $(sm_docset) .PHONY: test test: