Skip to content
This repository was archived by the owner on Mar 10, 2019. It is now read-only.

Commit cfdc151

Browse files
committed
Fixed build script
1 parent 2477e79 commit cfdc151

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</properties>
2323

2424
<build>
25-
<finalName>PYX-Reloaded-${project.version}</finalName>
25+
<finalName>PYX-Reloaded</finalName>
2626
<plugins>
2727
<plugin>
2828
<groupId>org.apache.maven.plugins</groupId>

src/assembly/zip.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
33
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
44
<id>deploy</id>
5+
<baseDirectory>/PYX-Reloaded-${project.version}</baseDirectory>
56
<formats>
67
<format>tar.gz</format>
78
<format>tar.bz2</format>

0 commit comments

Comments
 (0)