Skip to content

Commit

Permalink
Fix build process
Browse files Browse the repository at this point in the history
  • Loading branch information
barijaona committed Jul 9, 2023
1 parent e28a720 commit 7036ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Release-for-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tar -a -cf "${TGZ_FILENAME}" --exclude '.DS_Store' Vienna.app
rm -rf Vienna.app

# Output the sparkle change log
SPARKLE_BIN=$(find "${SDK_STAT_CACHE_DIR}" -regex "${SDK_STAT_CACHE_DIR}/${PROJECT}-.*/SourcePackages/artifacts/sparkle/Sparkle/bin")
SPARKLE_BIN=$(find "${HOME}/Library/Developer/Xcode/DerivedData" -regex "${HOME}/Library/Developer/Xcode/DerivedData/${PROJECT}-.*/SourcePackages/artifacts/Sparkle/bin")

if [ ! -d "$SPARKLE_BIN" ]; then
printf 'Unable to locate Sparkle binaries in DerivedData. ' 1>&2
Expand Down

0 comments on commit 7036ba8

Please sign in to comment.