Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions patches/appdmg@0.6.6.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/lib/appdmg.js b/lib/appdmg.js
index xxxxxxx..xxxxxxx 100644
--- a/lib/appdmg.js
+++ b/lib/appdmg.js
@@ -227,7 +227,7 @@
if (err) return next(err)

pipeline.addCleanupStep('unmount-temporary-image', 'Unmounting temporary image', function (next) {
- hdiutil.detach(temporaryMountPath, next)
+ hdiutil.detach(global.temporaryImagePath, next)
})

global.temporaryMountPath = temporaryMountPath
13 changes: 9 additions & 4 deletions pnpm-lock.yaml

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

31 changes: 31 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,34 @@ packages:
- "packages/**"
- "!packages/**/whisper.cpp/**"
- "!apps/www"

overrides:
'@electron-forge/maker-dmg': 'https://registry.npmjs.org/@fellow/maker-dmg/-/maker-dmg-7.4.0.tgz'
node-abi: 4.14.0
'@types/minimatch': '3.0.5'

onlyBuiltDependencies:
- electron
- electron-winstaller
- '@amical/whisper-wrapper'
- drizzle-orm/libsql
- '@libsql'
- macos-alias
- fs-xattr
- onnxruntime-node
- jest-worker

ignoredBuiltDependencies:
- '@tailwindcss/oxide'
- core-js-pure
- electron
- electron-winstaller
- esbuild
- keytar
- protobufjs
- sharp
- '@amical/whisper-wrapper'
- drizzle-orm/libsql

patchedDependencies:
appdmg@0.6.6: patches/appdmg@0.6.6.patch