[Build] Tons of improvements

This commit is contained in:
2025-03-25 19:51:37 +01:00
parent c53069f0df
commit bab328c2d3
3 changed files with 132 additions and 26 deletions

View File

@@ -46,6 +46,7 @@ const chooseTheme = {
const args = process.argv.slice( 2 );
inquirer.default.prompt( [
chooseWallpaper,
chooseLockpaper,
chooseTheme
] ).then( answers => {
render( path.join( os.homedir(), '/NextCloud/Wallpapers', answers.wallpaper ), path.join( os.homedir(), '/NextCloud/Wallpapers', answers.lockpaper ), answers.theme );