mirror of
https://github.com/correl/mage.git
synced 2025-04-01 19:07:57 -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>
|
||||
<addDependencies>true</addDependencies>
|
||||
<preCp>anything</preCp>
|
||||
<jarLocation>lib/</jarLocation>
|
||||
</classPath>
|
||||
<jre>
|
||||
<minVersion>1.5.0</minVersion>
|
||||
|
|
|
@ -189,6 +189,7 @@
|
|||
<mainClass>mage.server.Main</mainClass>
|
||||
<addDependencies>true</addDependencies>
|
||||
<preCp>anything</preCp>
|
||||
<jarLocation>lib/</jarLocation>
|
||||
</classPath>
|
||||
<jre>
|
||||
<minVersion>1.5.0</minVersion>
|
||||
|
|
Loading…
Add table
Reference in a new issue