UNPKG

nativefier

Version:
7 lines (6 loc) 252 B
import { AppOptions } from '../../shared/src/options/model'; /** * Will convert a `.png` icon to the appropriate arch format (if necessary), * and return adjusted options */ export declare function convertIconIfNecessary(options: AppOptions): void;