File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,8 @@ To get a list of all targets, use `gradlew tasks`.
128128To compile, use the command ` gradlew generateSource antTargets.jars ` .
129129After the build is finished, you can find the executable jar file
130130named ` JabRef-$VERSION.jar ` (where $VERSION is the current version of the
131- source tree) in the ` build/lib ` directory. Enjoy!
131+ source tree) in the ` buildant\lib ` directory. Enjoy!
132+ The setup files are created by invoking the command ` gradlew generateSource antTargets.release ` .
132133
133134On Mac OS X you should include the targets osx and osxjar,
134135making the correct command ` gradlew generateSource antTargets.compile antTargets.unjarlib antTargets.osx antTargets.jars antTargets.osxjar ` .
Original file line number Diff line number Diff line change 22 <dontWrapJar >true</dontWrapJar >
33 <headerType >gui</headerType >
44 <jar >JabRef-1.1.1.jar</jar >
5- <outfile >.\ src\ windows\ nsis\ dist\ JabRef.exe</outfile >
5+ <outfile >./ src/main/resources/ windows/ nsis/ dist/ JabRef.exe</outfile >
66 <errTitle ></errTitle >
77 <cmdLine ></cmdLine >
88 <chdir ></chdir >
1212 <customProcName >false</customProcName >
1313 <stayAlive >false</stayAlive >
1414 <manifest ></manifest >
15- <icon >./src/resources/images/JabRef.ico</icon >
15+ <icon >./src/main/ resources/images/JabRef.ico</icon >
1616 <jre >
1717 <path ></path >
1818 <minVersion >1.6.0</minVersion >
You can’t perform that action at this time.
0 commit comments