📦 Add Linux packaging (AppImage/Flatpak/DEB)
🧹 Minor Codebase cleanup ⚡ Implement automatic starting of the relay
This commit is contained in:
parent
89fcaa9aa6
commit
f402ff04ab
19 changed files with 519 additions and 119 deletions
29
electron-builder.yaml
Normal file
29
electron-builder.yaml
Normal file
|
@ -0,0 +1,29 @@
|
|||
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/**
|
Loading…
Add table
Add a link
Reference in a new issue