turtle-wow-source-kinda/Dumps/Source Code/4 - Development_launcher/main/electron-builder.yml
Brian Oost a1d5bb70b2 Init
2024-08-06 18:06:40 +02:00

28 lines
721 B
YAML

productName: TurtleLauncher
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/**
npmRebuild: false
electronLanguages: en
win:
artifactName: ${productName}.${ext}
target:
- portable
- nsis
nsis:
artifactName: ${productName}_Installer.${ext}
uninstallDisplayName: ${productName}
oneClick: false
removeDefaultUninstallWelcomePage: true
publish:
- provider: generic
url: 'TODO: Add URL'