From 7e91dbfae3dec9270cb3fce4d9cc81c23f7b8139 Mon Sep 17 00:00:00 2001 From: Rainer Kottenhoff Date: Sun, 8 Oct 2017 14:38:14 +0200 Subject: [PATCH] + fix: binary directory to build portable app --- np3portableapp/build_np3portableapp.cmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/np3portableapp/build_np3portableapp.cmd b/np3portableapp/build_np3portableapp.cmd index 6a463423d..14c0124f0 100644 --- a/np3portableapp/build_np3portableapp.cmd +++ b/np3portableapp/build_np3portableapp.cmd @@ -31,7 +31,7 @@ setlocal :: ==================================================================================================================== :: --- Environment --- -set VERSION=2.0.2.422 +set VERSION=2.17.1008.550 set SCRIPT_DIR=%~dp0 set PORTAPP_ROOT_DIR=D:\PortableApps @@ -39,8 +39,8 @@ set PORTAPP_LAUNCHER_CREATOR=%PORTAPP_ROOT_DIR%\PortableApps.comLauncher\Portabl set PORTAPP_INSTALLER_CREATOR=%PORTAPP_ROOT_DIR%\PortableApps.comInstaller\PortableApps.comInstaller.exe set NP3_DISTRIB_DIR=%SCRIPT_DIR%..\distrib -set NP3_WIN32_DIR=%SCRIPT_DIR%..\Bin\Release_x86_v141_xp -set NP3_X64_DIR=%SCRIPT_DIR%..\Bin\Release_x64_v141_xp +set NP3_WIN32_DIR=%SCRIPT_DIR%..\Bin\Release_x86_v141 +set NP3_X64_DIR=%SCRIPT_DIR%..\Bin\Release_x64_v141 set NP3_PORTAPP_DIR=%SCRIPT_DIR%Notepad3Portable set NP3_PORTAPP_INFO=%NP3_PORTAPP_DIR%\App\AppInfo\appinfo