Browse Source

Fix rsync URL

pull/379/merge
Andrew Belt 7 years ago
parent
commit
68f6294a2b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -7,4 +7,4 @@ dist_all:

# Only useful if you have the private keys to the vcvrack.com server
dist_upload:
rsync repos/*/dist/*.zip vortico@vcvrack.com:downloads/z -uvz
rsync repos/*/dist/*.zip vortico@vcvrack.com:downloads/ -uvz

Loading…
Cancel
Save