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
Create local directory in assetInit()
tags/v0.6.1
Andrew Belt
6 years ago
parent
61227ad219
commit
c6be92e505
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/asset.cpp
+ 1
- 0
src/asset.cpp
View File
@@ -79,6 +79,7 @@ void assetInit(bool devMode) {
localDir = homeBuf;
localDir += "/.Rack";
#endif
systemCreateDirectory(localDir);
}
Write
Preview
Loading…
Cancel
Save