mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* feat(bundler): store main binary name to be used in registry for furture updates * revert wix changes as leftover binaries are fixed by https://github.com/tauri-apps/tauri/pull/10967
8 lines
256 B
TypeScript
8 lines
256 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
/* auto-generated by NAPI-RS */
|
|
|
|
export declare function run(args: Array<string>, binName: string | undefined | null, callback: (...args: any[]) => any): void
|
|
export declare function logError(error: string): void
|