Skip to content

Commit

Permalink
rename debian app name.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelolmo committed Oct 31, 2017
1 parent 7db1834 commit a9d5f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<configuration>
<vendor>Andoni del Olmo</vendor>
<mainClass>${exec.mainClass}</mainClass>
<appName>PSP Library</appName>
<appName>${project.artifactId}</appName>
<verbose>true</verbose>
<bundler>deb</bundler>
<nativeReleaseVersion>${project.version}</nativeReleaseVersion>
Expand Down
4 changes: 1 addition & 3 deletions release
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/sh

set -e
#!/bin/sh -e

run(){
echo "***************"
Expand Down

0 comments on commit a9d5f75

Please sign in to comment.