mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-26 12:38:04 +03:00
4334865266
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
9 lines
187 B
TypeScript
9 lines
187 B
TypeScript
{{#if license_header}}
|
|
{{ license_header }}
|
|
{{/if}}
|
|
import { invoke } from '@tauri-apps/api/tauri'
|
|
|
|
export async function execute() {
|
|
await invoke('plugin:{{ plugin_name }}|execute')
|
|
}
|