|
@@ -153,9 +153,9 @@ class Files {
|
|
|
return File(path.join(Paths.assetsDep.path, 'wintun.dll'));
|
|
|
}
|
|
|
|
|
|
- static File get assetsExample {
|
|
|
- return File(path.join(Paths.assetsDep.path, 'example.yaml'));
|
|
|
- }
|
|
|
+ // static File get assetsExample {
|
|
|
+ // return File(path.join(Paths.assetsDep.path, 'example.yaml'));
|
|
|
+ // }
|
|
|
|
|
|
static File get configConfig {
|
|
|
return File(path.join(Paths.config.path, '.config.json'));
|