Tauri Core API - v2.9.1
    Preparing search index...

    Function getBundleType

    • Gets the application bundle type.

      Returns Promise<BundleType>

      import { getBundleType } from '@tauri-apps/api/app';
      const type = await getBundleType();

      2.5.0