Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
import { Arch, SquirrelWindowsOptions, Target, WinPackager } from "app-builder-lib";
|
||||
import { Options as SquirrelOptions } from "electron-winstaller";
|
||||
export default class SquirrelWindowsTarget extends Target {
|
||||
private readonly packager;
|
||||
readonly outDir: string;
|
||||
readonly options: SquirrelWindowsOptions;
|
||||
isAsyncSupported: boolean;
|
||||
constructor(packager: WinPackager, outDir: string);
|
||||
private prepareSignedVendorDirectory;
|
||||
private generateStubExecutableExe;
|
||||
build(appOutDir: string, arch: Arch): Promise<void>;
|
||||
private get appName();
|
||||
private get exeName();
|
||||
private select7zipArch;
|
||||
private createNuspecTemplateWithProjectUrl;
|
||||
computeEffectiveDistOptions(appDirectory: string, outputDirectory: string, setupFile: string): Promise<SquirrelOptions>;
|
||||
}
|
||||
Reference in New Issue
Block a user