Skip to content

Commit

Permalink
transfer.sh isn't working, upload to catbox.moe instead
Browse files Browse the repository at this point in the history
  • Loading branch information
notpushkin authored Feb 18, 2020
1 parent 6eedb32 commit 1d8df85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
shopt -s nullglob
cd app/dist/
for f in *.{dmg,zip,deb,rpm}; do
curl --upload-file "$f" "https://transfer.sh/$f"
curl -F "fileToUpload=@$f" -F 'reqtype=fileupload' 'https://catbox.moe/user/api.php'
printf "\n"
done

0 comments on commit 1d8df85

Please sign in to comment.