Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import { Arch } from "builder-util";
|
||||
export declare function getLinuxToolsPath(): Promise<string>;
|
||||
export declare function getFpmPath(): Promise<string>;
|
||||
export declare function getAppImageTools(targetArch: Arch): Promise<{
|
||||
mksquashfs: string;
|
||||
desktopFileValidate: string;
|
||||
runtime: string;
|
||||
runtimeLibraries: string;
|
||||
}>;
|
||||
Reference in New Issue
Block a user