feat: update preinstalled skills and CLI scripts, enhance packaging process, and add configuration for Windows and macOS
This commit is contained in:
@@ -48,6 +48,9 @@ afterPack: ./scripts/after-pack.cjs
|
||||
|
||||
# macOS Configuration
|
||||
mac:
|
||||
extraResources:
|
||||
- from: resources/cli/posix/
|
||||
to: cli/
|
||||
category: public.app-category.productivity
|
||||
icon: resources/icons/icon.icns
|
||||
target:
|
||||
@@ -86,6 +89,9 @@ dmg:
|
||||
win:
|
||||
verifyUpdateCodeSignature: false
|
||||
signAndEditExecutable: false
|
||||
extraResources:
|
||||
- from: resources/cli/win32/
|
||||
to: cli/
|
||||
icon: resources/icons/icon.ico
|
||||
target:
|
||||
- target: nsis
|
||||
@@ -108,6 +114,9 @@ nsis:
|
||||
|
||||
# Linux Configuration
|
||||
linux:
|
||||
extraResources:
|
||||
- from: resources/cli/posix/
|
||||
to: cli/
|
||||
icon: resources/icons/
|
||||
target:
|
||||
- target: AppImage
|
||||
|
||||
Reference in New Issue
Block a user