Skip to content

Commit 0e35aa2

Browse files
committed
fix: include .node file in this repo as an asset
1 parent 31445bb commit 0e35aa2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.fast-alfred.config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
*
2121
* We have to change the build & assets path in order the script would be able to load the native module
2222
*/
23-
assets: ['node_modules/node-mac-contacts/build/Release/contacts.node'],
23+
assets: ['./src/assets/contacts.node'],
2424
assetsDir: 'Release',
2525
targetDir: 'build',
2626
},

src/assets/contacts.node

118 KB
Binary file not shown.

0 commit comments

Comments
 (0)