You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
830 B
34 lines
830 B
appId: com.jumble.app |
|
productName: jumble |
|
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/** |
|
win: |
|
executableName: jumble |
|
nsis: |
|
artifactName: ${name}-${version}-setup.${ext} |
|
shortcutName: ${productName} |
|
uninstallDisplayName: ${productName} |
|
createDesktopShortcut: always |
|
mac: |
|
notarize: false |
|
dmg: |
|
artifactName: ${name}-${version}.${ext} |
|
linux: |
|
target: |
|
- AppImage |
|
- snap |
|
- deb |
|
maintainer: codytseng |
|
category: Utility |
|
appImage: |
|
artifactName: ${name}-${version}.${ext} |
|
npmRebuild: false
|
|
|