🐛 Correct spelling
This commit is contained in:
5
.github/workflows/pake-cli.yaml
vendored
5
.github/workflows/pake-cli.yaml
vendored
@@ -33,11 +33,6 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
# fullscreen:
|
|
||||||
# description: "[FullScreen, Optional]"
|
|
||||||
# required: false
|
|
||||||
# type: boolean
|
|
||||||
# default: false
|
|
||||||
resize:
|
resize:
|
||||||
description: "[Resize, Optional]"
|
description: "[Resize, Optional]"
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
6
bin/types.ts
vendored
6
bin/types.ts
vendored
@@ -28,13 +28,13 @@ export interface PakeCliOptions {
|
|||||||
// Custom User-Agent, default off
|
// Custom User-Agent, default off
|
||||||
userAgent: string;
|
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;
|
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;
|
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;
|
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
|
// 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
|
||||||
|
|||||||
2
script/build.bat
vendored
2
script/build.bat
vendored
@@ -51,7 +51,7 @@ for /f "skip=1 tokens=1-4 delims=," %%i in (app.csv) do (
|
|||||||
::echo name is !name! !name_zh! !url!
|
::echo name is !name! !name_zh! !url!
|
||||||
:: replace url
|
:: replace url
|
||||||
.\script\sd.exe -s !old_url! !url! src-tauri\pake.json
|
.\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_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.conf.json
|
||||||
.\script\sd.exe !old_name! !name! src-tauri\tauri.windows.conf.json
|
.\script\sd.exe !old_name! !name! src-tauri\tauri.windows.conf.json
|
||||||
|
|||||||
Reference in New Issue
Block a user