Skip to content

Commit

Permalink
Fix paths in mac deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
BenJuan26 committed Sep 13, 2017
1 parent 1c281b4 commit 63040b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/create-dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
APP_NAME="OpenSkyStacker"
VERSION="v0.1.1-alpha"
DMG_BACKGROUND_IMG="dng-background.png"
APP_PATH="build"
APP_PATH="../bin"

# you should not need to change these
APP_EXE="${APP_NAME}.app/Contents/MacOS/${APP_NAME}"
Expand Down Expand Up @@ -134,4 +134,4 @@ rm -rf "${STAGING_DIR}"

echo 'Done.'

exit
exit
2 changes: 1 addition & 1 deletion src/mac_deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

DEFAULT_APP_PATH=build/OpenSkyStacker.app
DEFAULT_APP_PATH=../bin/OpenSkyStacker.app
APP_PATH=$1

if [ "$1" = "" ]; then
Expand Down

0 comments on commit 63040b7

Please sign in to comment.