29 lines
No EOL
692 B
YAML
29 lines
No EOL
692 B
YAML
appId: com.arx-ccn.eve
|
|
productName: Eve
|
|
executableName: Eve
|
|
icon: public/icon512x512.png
|
|
linux:
|
|
category: Network
|
|
target:
|
|
- AppImage
|
|
- flatpak
|
|
- deb
|
|
desktop:
|
|
desktopActions: {}
|
|
extraFiles:
|
|
- from: extras/linux/relay
|
|
to: usr/bin/eve-relay
|
|
flatpak:
|
|
runtimeVersion: "24.08"
|
|
license: "LICENSE"
|
|
directories:
|
|
buildResources: build
|
|
files:
|
|
- '!**/.vscode/*'
|
|
- '!src/*'
|
|
- '!electron.vite.config.{js,ts,mjs,cjs}'
|
|
- '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}'
|
|
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
|
|
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
|
|
asarUnpack:
|
|
- resources/** |