Okay so jpackage is insanely retarded and intellij is too so we're just not going to touch that with a 100 ft pole

This commit is contained in:
Downforce Agent 2024-06-29 12:54:23 -05:00
parent 5d683bb893
commit a7d261597e
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,19 @@
<component name="ArtifactManager">
<artifact type="jpackage" build-on-make="true" name="firestar">
<output-path>$PROJECT_DIR$/out/artifacts/firestar</output-path>
<properties id="jpackage-properties">
<options>
<option name="version" value="natasha" />
<option name="copyright" value="(C) 2024 bonkmaykr" />
<option name="description" value="" />
<option name="vendor" value="Anti-Gravity Racing Federation" />
<option name="mainClass" value="Main" />
</options>
</properties>
<root id="root">
<element id="archive" name="firestar.jar">
<element id="module-output" name="firestar" />
</element>
</root>
</artifact>
</component>

View File

@ -1,5 +1,5 @@
<component name="ArtifactManager">
<artifact type="jar" build-on-make="true" name="firestar:jar">
<artifact type="jar" name="firestar:jar">
<output-path>$PROJECT_DIR$/out/artifacts/firestar_jar</output-path>
<root id="archive" name="firestar.jar">
<element id="directory" name="META-INF">