Files
Pake/bin/defaults.ts
2022-12-29 11:24:22 +08:00

20 lines
393 B
TypeScript
Vendored

import { PakeCliOptions } from './types.js';
export const DEFAULT_PAKE_OPTIONS: PakeCliOptions = {
icon: '',
height: 780,
width: 1200,
fullscreen: false,
resizable: true,
transparent: false,
userAgent: '',
showMenu: false,
showSystemTray: false,
targets: 'deb',
// iter_copy_file: false,
systemTrayIcon: '',
debug: false,
};
export const DEFAULT_APP_NAME = 'Pake';