From fbffbfb8688a5e57acfd6f43c6aea9c9ae2fb3c3 Mon Sep 17 00:00:00 2001 From: dmitry <dmitry.puzyrkov@demlabs.net> Date: Fri, 16 Aug 2024 16:35:01 +0700 Subject: [PATCH] [*] win packaging fix --- os/windows/cellframe-node.nsis | 2 +- prod_build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/os/windows/cellframe-node.nsis b/os/windows/cellframe-node.nsis index d92588862..b2914ef95 100644 --- a/os/windows/cellframe-node.nsis +++ b/os/windows/cellframe-node.nsis @@ -72,7 +72,7 @@ Unicode true Name "${APP_NAME}" -OutFile "${APP_NAME}-${APP_VERSION}-installer.exe" +OutFile "${APP_NAME}-${APP_VERSION_VISUAL}-installer.exe" BrandingText "${APP_NAME} by ${PUBLISHER}" Var CommonDocuments diff --git a/prod_build b/prod_build index 31a88cef6..737fa2c43 160000 --- a/prod_build +++ b/prod_build @@ -1 +1 @@ -Subproject commit 31a88cef6357c04af145374f9c1b6050efde7eeb +Subproject commit 737fa2c437c26ce15c0f5f761ad278588f4e4e6f -- GitLab