Skip to content

Commit

Permalink
Update installer building scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fnwirth committed Nov 22, 2021
1 parent cefc516 commit 569e230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions installer/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#Create an EasySMPC installer for Linux
#Usually only the version variable and the type (RPM or DEB) needs to be adapted
#==================================
VERSION="1.0.0"
MINOR_VERSION="alpha" # if left out for deb packages a "1" is added
VERSION="1.0"
MINOR_VERSION="0" # if left out for deb packages a "1" is added
TYPE="deb"
BUILD_PATH="../target"
MAIN_JAR="easysmpc.jar"
Expand Down
2 changes: 1 addition & 1 deletion installer/macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
VERSION="1.0.0"
TYPE="dmg"
BUILD_PATH="../target"
MAIN_JAR="easysmpc.jar"
MAIN_JAR="easy-smpc-1.0.0.jar"
MAIN_CLASS="org.bihealth.mi.easysmpc.App"
APPLICATION_NAME="EasySMPC"
DESCRIPTION_TEXT="No-Code Approach to Secure Multi-Party Computation"
Expand Down

0 comments on commit 569e230

Please sign in to comment.