fix(tauri.js:init): default to CWD

This commit is contained in:
Daniel Thompson-Yvetot
2019-12-01 23:30:22 +01:00
parent a6800fe473
commit 55c101d9e6

View File

@@ -45,7 +45,7 @@ if (argv.help) {
const { inject } = require('../template')
inject(argv.d || appPaths.appDir, 'all', {
inject(argv.d || process.cwd(), 'all', {
force: argv.f || null,
logging: argv.l || null,
tauriPath: argv.t || null