Skip to content

Commit

Permalink
removed unused script
Browse files Browse the repository at this point in the history
  • Loading branch information
saivivek116 committed Apr 19, 2024
1 parent 00f211f commit 578e3d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions macos-deployment/make-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

APP_NAME="Geoweaver"
REPO_NAME="Geoweaver"
GITHUB_WORKSPACE="../"
APP_DIR="${GITHUB_WORKSPACE}/${APP_NAME}.app"
JAR_PATH="${GITHUB_WORKSPACE}/target/geoweaver.jar"
ICON_PATH="${GITHUB_WORKSPACE}/linux-deployment/usr/local/bin/geoweaver.png"
Expand All @@ -11,7 +10,6 @@ mkdir -p "${APP_DIR}/Contents/MacOS"
mkdir -p "${APP_DIR}/Contents/Resources"
mkdir -p "${APP_DIR}/Contents/Java"

ls -l "${GITHUB_WORKSPACE}"

cp "${JAR_PATH}" "${APP_DIR}/Contents/Java/"

Expand Down

0 comments on commit 578e3d6

Please sign in to comment.