[Launcher] Improve type definitions
This commit is contained in:
		| @@ -57,7 +57,9 @@ const build = ( wallpaper, lockpaper, theme ) => { | ||||
|  | ||||
|         // recursively index files from config directory -> Maybe add a file to each | ||||
|         // directory to indicate whether or not to index files in it? | ||||
|         const fileList = util.treeWalker( path.join( __dirname, '/../config/' ), '*', [ 'node_modules', '@girs', '.gitignore', '.git' ] ); | ||||
|         const fileList = util.treeWalker( path.join( __dirname, '/../config/' ), '*', [ 'node_modules', '@girs', '.gitignore', '.git', 'flavours' ] ); | ||||
|  | ||||
|         // TODO: Copy missing files over directly | ||||
|         console.log( fileList ); | ||||
|         for (let index = 0; index < fileList.length; index++) { | ||||
|             try { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user