Skip to content

Commit

Permalink
WinSCP 5.6 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
martinprikryl committed Jul 11, 2014
1 parent 2bdb655 commit b11b5c9
Show file tree
Hide file tree
Showing 937 changed files with 101,162 additions and 204,033 deletions.
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
rem See 'readme' file
if "%PROCESSOR_ARCHITECTURE%"=="x86" set BDS=%ProgramFiles%\Embarcadero\RAD Studio\9.0
if "%PROCESSOR_ARCHITECTURE%"=="AMD64" set BDS=%ProgramFiles(x86)%\Embarcadero\RAD Studio\9.0
if "%PROCESSOR_ARCHITECTURE%"=="x86" set BDS=%ProgramFiles%\Embarcadero\Studio\14.0
if "%PROCESSOR_ARCHITECTURE%"=="AMD64" set BDS=%ProgramFiles(x86)%\Embarcadero\Studio\14.0
set WITH_DRAGEXT64=0
set WITH_DOTNET=1
rem set DRAGEXT64CL=<path to x64 cl.exe>
Expand Down
294 changes: 0 additions & 294 deletions deployment/license.setup-chrome.txt

This file was deleted.

13 changes: 1 addition & 12 deletions deployment/winscp.isl
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,10 @@ RegisteringAsUrlHandlers=Registering to handle URL addresses...
AddingSearchPath=Adding installation directory to search path (%PATH%)
RemovingObsoleteTranslations=Removing obsolete translations
RSAKeyTools=Key tools
SendToHookNew=WinSCP (for upload)
Launch=Launch &WinSCP
OpenGettingStarted=Open &Getting started page
; used only to delete file from older version
; (not to be translated for new languages)
SupportForum=Support forum
WebSite=WinSCP Web Site
PuTTYgenManual=PuTTYgen Manual
PageantManual=Pageant Manual
KeysManual=Using public keys for SSH authentication
PuttyWebSite=PuTTY Web Site
DocumentationPage=Documentation
SendToHook=WinSCP3 (upload using SFTP or SCP)
HelpButton=&Help
ProgramComment=SFTP, FTP and SCP client
Expand Down Expand Up @@ -76,3 +64,4 @@ AboutDonations=About donations
Donate=Donate %s
Currency=USD
ImportSites=Looking for sites to import...
ApplicationsFoundDragExt=The following applications have loaded WinSCP Drag & drop shell extension that needs to be updated by Setup. It is recommended that you allow Setup to automatically close these applications. After the installation has completed, Setup will attempt to restart the applications. You can restart your computer later instead, if you do not need to use the extension.
Loading

0 comments on commit b11b5c9

Please sign in to comment.