forked from Tempus/Spire-with-Friends
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings-template.xml
21 lines (20 loc) · 980 Bytes
/
settings-template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- Fill in the paths for your system, then save a copy as "settings.xml" in your .m2 folder (or add the profile to it if the file already exists) -->
<!-- more info: https://maven.apache.org/settings.html -->
<settings>
<profiles>
<profile>
<id>inject-sts-paths</id>
<properties>
<install-root>/path/to/Slay the Spire</install-root> <!-- should contain desktop-1.0.jar -->
<mts-jar-path>path/to/ModTheSpire.jar</mts-jar-path>
<basemod-jar-path>path/to/BaseMod.jar</basemod-jar-path>
<downfall-jar-path>path/to/downfall.jar</downfall-jar-path>
<ascension-plus-jar-path>path/to/AscensionPlus.jar</ascension-plus-jar-path>
<swf-output-path>path/to/swf/output</swf-output-path>
</properties>
</profile>
</profiles>
<activeProfiles>
<activeProfile>inject-sts-paths</activeProfile>
</activeProfiles>
</settings>