From 0630edc626f4814498e51a52b590a197014103f8 Mon Sep 17 00:00:00 2001 From: Romain LE JEUNE Date: Tue, 20 Sep 2022 11:15:02 +0200 Subject: [PATCH] GODT-1862: copy LICENSE file with txt extension --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5c12578..ac2c050d 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ ${DEPLOY_DIR}/darwin: ${EXE_TARGET} build-launcher ${DEPLOY_DIR}/windows: ${EXE_TARGET} build-launcher cp ./dist/${SRC_ICO} ${DEPLOY_DIR}/windows/logo.ico - cp LICENSE ${DEPLOY_DIR}/windows/ + cp LICENSE ${DEPLOY_DIR}/windows/LICENSE.txt cp ${LAUNCHER_EXE} ${DEPLOY_DIR}/windows/$(notdir ${LAUNCHER_EXE}) # plugins are installed in a plugins folder while needs to be near the exe mv ${DEPLOY_DIR}/windows/plugins/* ${DEPLOY_DIR}/windows/.