From 3e66ce369db10e1f4268d56083227b0f61022f32 Mon Sep 17 00:00:00 2001 From: Celestino Amoroso Date: Fri, 21 Mar 2025 16:48:33 +0100 Subject: [PATCH] build.bash: changed the resourse creation message --- build.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bash b/build.bash index 0fee06c..d430bd7 100755 --- a/build.bash +++ b/build.bash @@ -64,7 +64,7 @@ platform=("linux/amd64" "darwin/arm64") #--- end of file --- eot - msgln "Resource file '${RESOURCE_FILE}' create" + msgln "Resource file '${RESOURCE_FILE}' create. Edit it to set valid values." #${EDITOR-vi} "${RESOURCE_FILE}" exit fi