mirror of
https://github.com/correl/mage.git
synced 2025-04-13 01:01:11 -09:00
fix libs path for launch4j
This commit is contained in:
parent
6467649b27
commit
778b0dc15f
2 changed files with 2 additions and 0 deletions
|
@ -169,6 +169,7 @@
|
||||||
<mainClass>mage.client.MageFrame</mainClass>
|
<mainClass>mage.client.MageFrame</mainClass>
|
||||||
<addDependencies>true</addDependencies>
|
<addDependencies>true</addDependencies>
|
||||||
<preCp>anything</preCp>
|
<preCp>anything</preCp>
|
||||||
|
<jarLocation>lib/</jarLocation>
|
||||||
</classPath>
|
</classPath>
|
||||||
<jre>
|
<jre>
|
||||||
<minVersion>1.5.0</minVersion>
|
<minVersion>1.5.0</minVersion>
|
||||||
|
|
|
@ -189,6 +189,7 @@
|
||||||
<mainClass>mage.server.Main</mainClass>
|
<mainClass>mage.server.Main</mainClass>
|
||||||
<addDependencies>true</addDependencies>
|
<addDependencies>true</addDependencies>
|
||||||
<preCp>anything</preCp>
|
<preCp>anything</preCp>
|
||||||
|
<jarLocation>lib/</jarLocation>
|
||||||
</classPath>
|
</classPath>
|
||||||
<jre>
|
<jre>
|
||||||
<minVersion>1.5.0</minVersion>
|
<minVersion>1.5.0</minVersion>
|
||||||
|
|
Loading…
Add table
Reference in a new issue