Releases: dwall-rs/tauri-action
Releases · dwall-rs/tauri-action
0.5.21
refactor: update execTauriCommand to accept command as an argument - Modified the execTauriCommand method in the Runner class to accept a command array. - Updated buildProject and initProject functions to pass the command as an argument. - Refactored import statements in init-project.ts for consistency in quotation marks. - Improved code readability by aligning code formatting and structure in initProject function.