Skip to content

Commit

Permalink
update the build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Harrington committed Jun 10, 2024
1 parent 11da230 commit affbc16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-linux_x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# zulu17.50.19-ca-fx-jdk17.0.11-linux_x64
NAME=BowlerLauncher
VERSION=0.0.1
MAIN=com.commonwealthrobotics.HatRackMain
MAIN=com.commonwealthrobotics.Main

if [[ -z "${VERSION_SEMVER}" ]]; then
VERSION=4.0.4
Expand Down Expand Up @@ -32,7 +32,7 @@ echo "Test jar in: $SCRIPT_DIR"
DIR=$SCRIPT_DIR/lib/build/libs/
INPUT_DIR="$SCRIPT_DIR/input"
JAR_NAME=lib.jar
$JAVA_HOME/bin/java -jar $DIR/$JAR_NAME
#$JAVA_HOME/bin/java -jar $DIR/$JAR_NAME
echo "Test jar complete"
ls -al $JAVA_HOME

Expand Down
4 changes: 2 additions & 2 deletions package-macos.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#https://cdn.azul.com/zulu/bin/zulu17.50.19-ca-fx-jdk17.0.11-macosx_x64.tar.gz
NAME=BowlerLauncher
VERSION=1.0.1
MAIN=com.commonwealthrobotics.HatRackMain
MAIN=com.commonwealthrobotics.Main

if [[ -z "${VERSION_SEMVER}" ]]; then
VERSION=4.0.4
Expand Down Expand Up @@ -38,7 +38,7 @@ echo "Test jar in: $SCRIPT_DIR"
DIR=$SCRIPT_DIR/lib/build/libs/
INPUT_DIR="$SCRIPT_DIR/input"
JAR_NAME=lib.jar
$JAVA_HOME/bin/java -jar $DIR/$JAR_NAME
#$JAVA_HOME/bin/java -jar $DIR/$JAR_NAME
echo "Test jar complete"

ICON=$NAME.png
Expand Down
4 changes: 2 additions & 2 deletions package-windows_x86_64.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
echo "Windows bundling"
VERSION=0.0.1
NAME=BowlerLauncher
MAIN=com.commonwealthrobotics.HatRackMain
MAIN=com.commonwealthrobotics.Main

if [[ -z "${VERSION_SEMVER}" ]]; then
VERSION=4.0.4
Expand Down Expand Up @@ -33,7 +33,7 @@ echo "Test jar in: $SCRIPT_DIR"
DIR=$SCRIPT_DIR/lib/build/libs/
INPUT_DIR="$SCRIPT_DIR/input"
JAR_NAME=lib.jar
$JAVA_HOME/bin/java.exe -jar $DIR/$JAR_NAME
#$JAVA_HOME/bin/java.exe -jar $DIR/$JAR_NAME
echo "Test jar complete"

ICON=$NAME.ico
Expand Down

0 comments on commit affbc16

Please sign in to comment.