From 16cd0cdd1fcbbcb472f54375ad4115103eb016c0 Mon Sep 17 00:00:00 2001 From: dmcoles Date: Sat, 30 Dec 2023 21:31:03 +0000 Subject: [PATCH] makefile: update version info and create lha archive --- makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 7f42bc3..3860ea8 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,7 @@ releaseoptions=IGNORECACHE OPTI SHOWFNAME compiler=EVO expprogramname=AmiExpress acpprogramname=ACP -version=5.6.0-dev +version=5.6.0 ifeq ($(build),release) options=$(releaseoptions) @@ -137,5 +137,8 @@ dist: ACP express5 jsonImport icon2cfg qwk ftn axSetupTool Copy deployment/Install\ Ami-Express.info Rel/ Copy deployment/File_Id.Diz Rel/ Copy deployment/read_me.txt Rel/ + Lha -r a t:Amix560.lha Rel/ + Copy t:Amix560.lha Rel/ + -delete t:Amix560.lha .PHONY: expversion.e axSetupTool