Skip to content

Commit

Permalink
Merge commit '84c61444ccfc9f570c693809c747969649b7fff3' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Jan 18, 2024
2 parents 16eeed6 + 84c6144 commit 0d388ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/fuses.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ const builder = require('electron-builder');

async function addElectronFuses(context)
{
console.log(JSON.stringify(context));

const { appOutDir, packager: { appInfo: { productFilename } }, electronPlatformName, arch } = context;

const ext = {
Expand Down

1 comment on commit 0d388ca

@davidjgraph
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Downloaded draw.io-universal-22.1.21.dmg to ARM Mac M1 Mac OS 14.2.1. Tested create/save/reload/save diagram. Tested autosaving. Tested PDF export. No issues. Full screen exit working again.

Downloaded draw.io-22.1.21-windows-installer.exe to windows 11 Pro 22H2 build 22621.1555. Tested create/save/reload/save diagram. Tested autosaving. Tested PDF export. No issues.

https://drawio.atlassian.net/projects/DRAWDESK/versions/11438

Please sign in to comment.