bolt.diy/electron-builder.yml
KevIsDev 9bf677ce74 ci: remove macOS code signing credentials from workflow
The code signing credentials for macOS were removed from the GitHub Actions workflow and the identity field in the electron-builder.yml was set to null. This change was made to include unsigned .dmg releases
2025-05-01 19:30:51 +01:00

66 lines
1.3 KiB
YAML

appId: com.stackblitz.bolt.diy
productName: Bolt Local
directories:
buildResources: build
output: dist
files:
- build/**/*
- package.json
- node_modules/**/*
- icons/**
- electron-update.yml
extraMetadata:
main: build/electron/main/index.mjs
asarUnpack:
- resources/**
- build/client/**/*
- build/server/**/*
- electron-update.yml
mac:
icon: assets/icons/icon.icns
target:
- dmg
identity: null
category: "public.app-category.developer-tools"
type: "distribution"
hardenedRuntime: true
entitlements: "assets/entitlements.mac.plist"
entitlementsInherit: "assets/entitlements.mac.plist"
gatekeeperAssess: false
win:
icon: assets/icons/icon.ico
target:
- nsis
signDlls: false
artifactName: ${name}-${version}-${os}-${arch}.${ext}
linux:
icon: assets/icons/icon.png
target:
- AppImage
- deb
artifactName: ${name}-${version}-${os}-${arch}.${ext}
category: Development
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
createDesktopShortcut: true
createStartMenuShortcut: true
shortcutName: ${productName}
artifactName: ${name}-${version}-${os}-${arch}-setup.${ext}
npmRebuild: false
publish:
provider: github
owner: Derek-X-Wang
repo: bolt.local
private: true
releaseType: release
electronDownload:
mirror: https://npmmirror.com/mirrors/electron/