Skip to content

Commit 4faa3a6

Browse files
committed
Simplify Cyberduck Windows
1 parent b93524d commit 4faa3a6

File tree

4 files changed

+23
-11
lines changed

4 files changed

+23
-11
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!--
2+
~ Copyright (c) 2002-2019 iterate GmbH. All rights reserved.
3+
~ https://cyberduck.io/
4+
~
5+
~ This program is free software; you can redistribute it and/or modify
6+
~ it under the terms of the GNU General Public License as published by
7+
~ the Free Software Foundation, either version 3 of the License, or
8+
~ (at your option) any later version.
9+
~
10+
~ This program is distributed in the hope that it will be useful,
11+
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
~ GNU General Public License for more details.
14+
-->
15+
16+
<Project>
17+
<PropertyGroup>
18+
<OutputPath>$(BaseOutputPath)</OutputPath>
19+
<AppxPackageDir>$(OutputPath)$(Configuration)\</AppxPackageDir>
20+
</PropertyGroup>
21+
</Project>

windows/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</msbuild>
5353
</target>
5454

55-
<target name="package" depends="msbuild">
55+
<target name="package" depends="version,msbuild">
5656
<copy todir="${build}">
5757
<fileset dir="${home}">
5858
<include name="*.ico"/>

windows/src/main/package/Directory.Build.props

Lines changed: 0 additions & 9 deletions
This file was deleted.

windows/src/main/package/package.wapproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232
<ItemGroup>
3333
<None Include="Package.appxmanifest.template" />
34-
<AppxManifest Include="$(TargetDir)generated/Package.appxmanifest">
34+
<AppxManifest Include="$(TargetBuildDir)generated/Package.appxmanifest">
3535
<Link>Package.appxmanifest</Link>
3636
<SubType>Designer</SubType>
3737
<DependentUpon>Package.appxmanifest.template</DependentUpon>

0 commit comments

Comments
 (0)