File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
<PackageIcon >CLARiNET.ico</PackageIcon >
8
8
<PackageIconUrl />
9
9
<ApplicationIcon >CLARiNET.ico</ApplicationIcon >
10
- <Version >1.0.8 </Version >
10
+ <Version >1.0.9 </Version >
11
11
</PropertyGroup >
12
12
13
13
<ItemGroup >
Original file line number Diff line number Diff line change @@ -250,13 +250,13 @@ static bool InitOptions(string[] args)
250
250
switch ( options . Command )
251
251
{
252
252
case Command . CLAR_UPLOAD :
253
- case Command . CLAR_DOWNLOAD :
254
- cloudCollection = options . Parameters ;
253
+ case Command . CLAR_DOWNLOAD :
255
254
if ( options . Command == Command . CLAR_DOWNLOAD )
256
255
{
257
256
searchPattern = "" ;
258
257
options . Parameters = Path . GetFileName ( Path . TrimEndingDirectorySeparator ( options . Parameters ) ) ;
259
258
}
259
+ cloudCollection = options . Parameters ;
260
260
break ;
261
261
case Command . DRIVE_UPLOAD :
262
262
case Command . DRIVE_TRASH :
You can’t perform that action at this time.
0 commit comments