Skip to content

Commit

Permalink
Merge pull request #655 from homebysix/resilio
Browse files Browse the repository at this point in the history
Update Resilio Sync download URL
  • Loading branch information
homebysix authored Aug 31, 2024
2 parents f4fc408 + 9e94ae3 commit 045d31a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Resilio/ResilioSync.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>filename</key>
<string>%NAME%.dmg</string>
<key>url</key>
<string>https://download-cdn.resilio.com/stable/osx/Resilio-Sync.dmg</string>
<string>https://download-cdn.resilio.com/stable/mac/osx/0/Resilio-Sync.dmg</string>
</dict>
<key>Processor</key>
<string>URLDownloader</string>
Expand Down
8 changes: 0 additions & 8 deletions Resilio/scripts/postinstall

This file was deleted.

4 changes: 4 additions & 0 deletions Resilio/scripts/preinstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
# Remove old BitTorrent Sync app, now called Resilio Sync
rm -rf "$3/Applications/BitTorrent Sync.app"
exit 0

0 comments on commit 045d31a

Please sign in to comment.