Spaces:
Runtime error
Runtime error
File size: 731 Bytes
077865a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | appId: com.freellmapi.desktop
productName: FreeLLMAPI
directories:
output: dist-electron
files:
- build/**/*
- renderer/**/*
- assets/**/*
- "!**/*.map"
asar: true
asarUnpack:
- "**/node_modules/better-sqlite3/**/*.node"
- "**/node_modules/better-sqlite3/build/Release/**"
extraResources:
- from: ../client/dist
to: client-dist
mac:
category: public.app-category.developer-tools
icon: assets/icon.icns
target:
- target: dmg
arch:
- arm64
extendInfo:
LSUIElement: 1
win:
target:
- target: nsis
arch:
- x64
# electron-builder converts a >=256px PNG to .ico at build time.
icon: assets/appicon_1024.png
nsis:
oneClick: true
deleteAppDataOnUninstall: false
|