Skip to content

Commit

Permalink
Corrects path to mxgraph source
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Apr 26, 2024
1 parent e4ac933 commit 826b79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/electron-builder-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cd ..
Remove-Item 'drawio-dev' -Recurse -Force
cd drawio
Remove-Item 'etc','src\main\java','src\main\mxgraph','src\main\webapp\connect','src\main\webapp\shapes','src\main\webapp\stencils','src\main\webapp\service-worker*','src\main\webapp\workbox-*' -Recurse -Force
Remove-Item 'etc','src\main\java','src\main\webapp\mxgraph\src','src\main\webapp\connect','src\main\webapp\shapes','src\main\webapp\stencils','src\main\webapp\service-worker*','src\main\webapp\workbox-*' -Recurse -Force
cd src\main\webapp\js
Copy-Item "diagramly\DesktopLibrary.js","diagramly\ElectronApp.js" -Destination "."
Remove-Item 'atlas-viewer.min.js','atlas.min.js','cryptojs','deflate','diagramly','dropbox','embed*','freehand','grapheditor','integrate.min.js','jquery','jscolor','onedrive','orgchart','reader.min.js','rough','sanitizer','shapes.min.js','simplepeer','spin','viewer-static.min.js','viewer.min.js' -Recurse -Force
Expand Down

1 comment on commit 826b79b

@alderg
Copy link
Contributor

@alderg alderg commented on 826b79b Apr 26, 2024

Choose a reason for hiding this comment

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

Reviewed.

Please sign in to comment.