initial version (alpha)
This commit is contained in:
commit
b39d63702e
122 changed files with 15911 additions and 0 deletions
24
electron-builder.yml
Normal file
24
electron-builder.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
appId: com.arx-ccn.eve-lite
|
||||
productName: eve-lite
|
||||
directories:
|
||||
buildResources: build
|
||||
files:
|
||||
- '!**/.vscode/*'
|
||||
- '!src/*'
|
||||
- '!electron.vite.config.{js,ts,mjs,cjs}'
|
||||
- '!{.eslintignore,.eslintrc.js,.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/**
|
||||
linux:
|
||||
target:
|
||||
- AppImage
|
||||
maintainer: arx-ccn.com
|
||||
category: Utility
|
||||
appImage:
|
||||
artifactName: ${name}-${version}.${ext}
|
||||
npmRebuild: false
|
||||
publish:
|
||||
provider: generic
|
||||
url: https://example.com/auto-updates
|
Loading…
Add table
Add a link
Reference in a new issue