Skip to content

Commit 7036ba8

Browse files
committed
Fix build process
1 parent e28a720 commit 7036ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Release-for-upload.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tar -a -cf "${TGZ_FILENAME}" --exclude '.DS_Store' Vienna.app
3636
rm -rf Vienna.app
3737

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

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

0 commit comments

Comments
 (0)