Skip to content

Commit 8e5c490

Browse files
authored
Merge pull request #13 from ndu2/customConfig
moved frames folder for file synchronization
2 parents d535328 + d2b962c commit 8e5c490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/file-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class fileConfig extends config {
139139
}
140140

141141
get frameDir() {
142-
return Fs.join(this.globalDir, 'frames');
142+
return Fs.join(this.globalDir, 'frames/files');
143143
}
144144

145145
get cacheDir() {

0 commit comments

Comments
 (0)