Skip to content

Commit

Permalink
chore(package/make_archive): fix local file url in debug-appcast.xml …
Browse files Browse the repository at this point in the history
…[ci skip]
  • Loading branch information
lotem committed Feb 12, 2021
1 parent 5075034 commit d9ce53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/make_archive
Expand Up @@ -90,7 +90,7 @@ ls -l ${appcast_file}

# for testing appcast push locally.
appcast_file='debug-appcast.xml'
download_url="${PROJECT_ROOT}/package/${target_archive}"
download_url="file://${PROJECT_ROOT}/package/${target_archive}"

cat > "${appcast_file}" << EOF
<?xml version="1.0" encoding="UTF-8"?>
Expand Down

0 comments on commit d9ce53c

Please sign in to comment.