Skip to content

Commit

Permalink
Merge pull request #825 from complexdatacollective/release/6.5.2
Browse files Browse the repository at this point in the history
Release/6.5.2
  • Loading branch information
jthrilly authored Apr 24, 2024
2 parents eaca332 + 93e6d9b commit 06fbc91
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 29 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ jobs:
- name: Install node modules
run: npm install

- name: Delete current release assets
uses: Kellojo/[email protected]
with:
delete-only-drafts: true
github-access-token: ${{ secrets.GITHUB_TOKEN }}

- name: Linux build
run: npm run dist:linux -- --publish always
env:
Expand Down
8 changes: 4 additions & 4 deletions build-resources/scripts/afterSignHook.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const path = require('path');
const electronNotarize = require('@electron/notarize');

async function note(params) {
// Only notarize the app on Mac OS only.
// Only notarize the app on macOS.
if (process.platform !== 'darwin') {
return;
}
Expand All @@ -22,9 +22,9 @@ async function note(params) {
tool: 'notarytool',
appBundleId: 'NetworkCanvasArchitect',
appPath,
appleApiKey: '~/.private_keys/AuthKey_J58L47W6H9.p8',
appleApiKeyId: 'J58L47W6H9', // This is taken from the filename of the .p8 file in your icloud drive
appleApiIssuer: '69a6de92-60bf-47e3-e053-5b8c7c11a4d1',
appleApiKey: '~/.private_keys/AuthKey_A78M67RCH9.p8',
appleApiKeyId: 'A78M67RCH9', // Taken from https://appstoreconnect.apple.com/access/integrations/api
appleApiIssuer: '69a6de92-60bf-47e3-e053-5b8c7c11a4d1',// As above
});

console.log('Done notarizing Architect');
Expand Down
2 changes: 1 addition & 1 deletion network-canvas
27 changes: 12 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "network-canvas-architect",
"version": "6.5.1",
"version": "6.5.2",
"productName": "Network Canvas Architect",
"description": "A tool for building Network Canvas interviews.",
"author": "Complex Data Collective <[email protected]>",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@codaco/ui": "^5.8.5",
"@electron/notarize": "^1.2.3",
"@electron/notarize": "^2.3.0",
"@material-ui/icons": "^4.11.2",
"@tippyjs/react": "^4.2.5",
"animejs": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion public/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "network-canvas-architect",
"version": "6.5.1",
"version": "6.5.2",
"productName": "Network Canvas Architect",
"description": "A tool for building Network Canvas interviews.",
"author": "Complex Data Collective",
Expand Down

0 comments on commit 06fbc91

Please sign in to comment.