diff --git a/.github/workflows/pake-cli.yaml b/.github/workflows/pake-cli.yaml index 18a7697..e0113ef 100644 --- a/.github/workflows/pake-cli.yaml +++ b/.github/workflows/pake-cli.yaml @@ -33,11 +33,6 @@ on: required: false type: boolean default: false - # fullscreen: - # description: "[FullScreen, Optional]" - # required: false - # type: boolean - # default: false resize: description: "[Resize, Optional]" required: false diff --git a/bin/types.ts b/bin/types.ts index 20725a2..02739b9 100644 --- a/bin/types.ts +++ b/bin/types.ts @@ -28,13 +28,13 @@ export interface PakeCliOptions { // Custom User-Agent, default off userAgent: string; - // Enable menu bar, default on for MacOS, off for Windows and Linux + // Enable menu bar, default on for macOS, off for Windows and Linux showMenu: boolean; - // Enable system tray, default off for MacOS, on for Windows and Linux + // Enable system tray, default off for macOS, on for Windows and Linux showSystemTray: boolean; - // Tray icon, default same as app icon for Windows and Linux, MacOS requires separate png or ico + // Tray icon, default same as app icon for Windows and Linux, macOS requires separate png or ico systemTrayIcon: string; // Recursive copy, when url is a local file path, if this option is enabled, the url path file and all its subfiles will be copied to the pake static file folder, default off diff --git a/script/build.bat b/script/build.bat index 15344d3..05bdbc6 100644 --- a/script/build.bat +++ b/script/build.bat @@ -51,7 +51,7 @@ for /f "skip=1 tokens=1-4 delims=," %%i in (app.csv) do ( ::echo name is !name! !name_zh! !url! :: replace url .\script\sd.exe -s !old_url! !url! src-tauri\pake.json - ::replace pacakge name + ::replace package name .\script\sd.exe !old_title! !title! src-tauri\tauri.conf.json .\script\sd.exe !old_name! !name! src-tauri\tauri.conf.json .\script\sd.exe !old_name! !name! src-tauri\tauri.windows.conf.json