Skip to content

Commit fb4987b

Browse files
committed
update readme
1 parent 49eb4c3 commit fb4987b

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,23 @@ task packageMyApp(type: io.github.fvarrui.javapackager.GradlePackageTask, depend
9898
administratorRequired = true|false
9999
platform = auto|linux|mac|windows
100100
additionalResources = [ file('file path'), file('folder path'), ... ]
101-
linuxConfig {
102-
...
103-
}
104-
macConfig {
105-
...
106-
}
107-
winConfig {
108-
...
109-
}
101+
}
102+
linuxConfig {
103+
...
104+
}
105+
macConfig {
106+
...
107+
}
108+
winConfig {
109+
...
110+
}
111+
manifest {
112+
....
113+
}
114+
scripts {
110115
...
111116
}
117+
...
112118
}
113119
```
114120

src/main/java/io/github/fvarrui/javapackager/PackageTask.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
/**
1717
* Package task that gets detected by maven and gradle.
1818
*/
19-
2019
public class PackageTask {
2120
/**
2221
* Output directory.

0 commit comments

Comments
 (0)