Skip to content

Commit 5f96f9d

Browse files
committed
Merge pull request #41 from tobiasdiez/setupFix2
Updated some paths in Launch4j configuration file
2 parents beabe69 + 8c0cf77 commit 5f96f9d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ To get a list of all targets, use `gradlew tasks`.
128128
To compile, use the command `gradlew generateSource antTargets.jars`.
129129
After the build is finished, you can find the executable jar file
130130
named `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

133134
On Mac OS X you should include the targets osx and osxjar,
134135
making the correct command `gradlew generateSource antTargets.compile antTargets.unjarlib antTargets.osx antTargets.jars antTargets.osxjar`.

jabref-launch4j.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -12,7 +12,7 @@
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>

0 commit comments

Comments
 (0)