From 1509eb2504f08c2221b712b26391ae545350622e Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 27 Mar 2018 10:02:45 +0000 Subject: [PATCH] fix #2008 @0:20 --- fluidbook/compile/_zinc/send.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fluidbook/compile/_zinc/send.bat b/fluidbook/compile/_zinc/send.bat index 51436f91b..712fd5c59 100644 --- a/fluidbook/compile/_zinc/send.bat +++ b/fluidbook/compile/_zinc/send.bat @@ -1,5 +1,6 @@ @echo off rm Fluidbook.app.zip "C:\Program Files\7-Zip\7z.exe" a -tzip Fluidbook.app.zip Fluidbook.app -"H:\Applications\PortableApps\PuTTYPortable\App\putty\pscp.exe" "Fluidbook.exe" extranet@extranet.cubedesigners.com:/home/extranet/www/fluidbook/compile/ -"H:\Applications\PortableApps\PuTTYPortable\App\putty\pscp.exe" "Fluidbook.app.zip" extranet@extranet.cubedesigners.com:/home/extranet/www/fluidbook/compile/ \ No newline at end of file +"C:\ProgramData\chocolatey\lib\kitty\tools\kscp.exe" "Fluidbook.exe" extranet@alien.cubedesigners.com:/home/extranet/www/fluidbook/compile/ +"C:\ProgramData\chocolatey\lib\kitty\tools\kscp.exe" "Fluidbook.app.zip" extranet@alien.cubedesigners.com:/home/extranet/www/fluidbook/compile/ +pause \ No newline at end of file -- 2.39.5