forked from iterate-ch/cyberduck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathduck.patch
More file actions
27 lines (26 loc) · 1 KB
/
duck.patch
File metadata and controls
27 lines (26 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- a/cli/linux/build.xml
+++ b/cli/linux/build.xml
@@ -50,10 +50,7 @@
<copy file="${setup}/deb/duck.postrm" tofile="${build.resources}/postrm"/>
<copy file="${license}" tofile="${build.resources}/copyright"/>
<antcall target="jpackage">
- <param name="type" value="rpm"/>
- </antcall>
- <antcall target="jpackage">
- <param name="type" value="deb"/>
+ <param name="type" value="app-image"/>
</antcall>
</target>
@@ -96,12 +93,6 @@
<arg value="${app.name}"/>
<arg value="--vendor"/>
<arg value="cyberduck.io"/>
- <arg value="--license-file"/>
- <arg value="${license}"/>
- <arg value="--linux-deb-maintainer"/>
- <arg value="<feedback@cyberduck.io>"/>
- <arg value="--linux-rpm-license-type"/>
- <arg value="GPL"/>
<arg value="--type"/>
<arg value="${type}"/>
<arg value="--verbose"/>