We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6b2d0 commit 45f12fcCopy full SHA for 45f12fc
packages/node/generate-platform-packages.js
@@ -24,15 +24,15 @@ const PLATFORMS = [
24
cpu: ['arm64'],
25
description: 'SQLite Sync extension for macOS ARM64 (Apple Silicon)',
26
binaryName: 'cloudsync.dylib',
27
- artifactFolder: 'cloudsync-macos',
+ artifactFolder: 'cloudsync-macos-arm64',
28
},
29
{
30
name: 'darwin-x86_64',
31
os: ['darwin'],
32
cpu: ['x64', 'ia32'],
33
description: 'SQLite Sync extension for macOS x86_64 (Intel)',
34
35
+ artifactFolder: 'cloudsync-macos-x86_64',
36
37
38
name: 'linux-arm64',
0 commit comments