Skip to content

Commit

Permalink
fixed maven build for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Gülle (Windows) committed Apr 20, 2015
1 parent 369613e commit da123f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Midi Automator/pom.xml
Expand Up @@ -28,7 +28,6 @@ MIDI Automator shall be hold as generic as possible, so that it can also handle
<project.properties.file>midiautomator.properties</project.properties.file>
<project.lib.dir>lib</project.lib.dir>
<project.sikulix.version>1.1.0-SNAPSHOT</project.sikulix.version>
<project.sikuli.class.path>${project.lib.dir}/${project.sikulixapi.jar}</project.sikuli.class.path>
<project.jar.descriptor.ref>jar-with-dependencies</project.jar.descriptor.ref>
<project.jar>${project.build.finalName}-${project.jar.descriptor.ref}.jar</project.jar>
<project.splashscreen.file>splash.png</project.splashscreen.file>
Expand Down Expand Up @@ -248,7 +247,7 @@ MIDI Automator shall be hold as generic as possible, so that it can also handle
</goals>
<configuration>
<headerType>gui</headerType>
<jar>${project.jar}</jar>
<jar>${project.build.directory}/${project.jar}</jar>
<outfile>${project.build.directory}/${project.exe.file}</outfile>
<cmdLine>-wd=&quot;%APPDATA%\\${project.name}&quot;\\</cmdLine>
<classPath>
Expand Down

0 comments on commit da123f4

Please sign in to comment.