This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Fix download URL
tags/v0.4.0
Andrew Belt
7 years ago
parent
dc28f90994
commit
f6d9f6e8d9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/plugin.cpp
+ 1
- 1
src/plugin.cpp
View File
@@ -192,7 +192,7 @@ static void refreshPurchase(json_t *pluginJ) {
// Append token and version to download URL
std::string url = gApiHost;
url += "/download"
url += "/download"
;
url += "?product=";
url += slug;
url += "&version=";
Write
Preview
Loading…
Cancel
Save