Skip to content

Commit

Permalink
Change notarization settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Jun 5, 2024
1 parent 524c02a commit d0fa5cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion backend/extern/afv-native
Submodule afv-native updated 1 files
+5 −0 CMakeLists.txt
25 changes: 13 additions & 12 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,31 @@ productName: TrackAudio
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}'
- '!{.gitignore,.gitmodules,.sentryclirc,MANDATORY_VERSION}'
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
- '!backend/*'
- "!**/.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}"
- "!{.gitignore,.gitmodules,.sentryclirc,MANDATORY_VERSION}"
- "!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}"
- "!backend/*"
asarUnpack:
- resources/**
win:
executableName: trackaudio
extraFiles:
- from: 'backend/build/Release/'
to: '.'
filter: ['*.dll']
- from: "backend/build/Release/"
to: "."
filter: ["*.dll"]
nsis:
artifactName: ${name}-${version}-${arch}-setup.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
mac:
entitlementsInherit: build/entitlements.mac.plist
notarize: true
notarize:
tool: notarytool
dmg:
artifactName: ${name}-${version}-${arch}.${ext}
linux:
Expand Down

0 comments on commit d0fa5cd

Please sign in to comment.