Gets the application bundle type.
import { getBundleType } from '@tauri-apps/api/app';const type = await getBundleType(); Copy
import { getBundleType } from '@tauri-apps/api/app';const type = await getBundleType();
2.5.0
Gets the application bundle type.