Skip to content

Commit

Permalink
Merge pull request #11 from Earu/develop
Browse files Browse the repository at this point in the history
v0.0.3
  • Loading branch information
Earu authored Jan 3, 2025
2 parents 8aee1ca + a97a862 commit 3fcc0e3
Show file tree
Hide file tree
Showing 40 changed files with 2,377 additions and 1,099 deletions.
2 changes: 1 addition & 1 deletion electron/copy-native-modules.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function getModulePath(moduleName) {
}

// Create the destination directory if it doesn't exist
const destDir = path.join(process.cwd(), 'dist-electron', 'native_modules')
const destDir = path.join(process.cwd(), 'dist-electron')
if (!fs.existsSync(destDir)) {
fs.mkdirSync(destDir, { recursive: true });
}
Expand Down
Loading

0 comments on commit 3fcc0e3

Please sign in to comment.