mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(tauri.js:init): default to CWD
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user