Skip to content

Commit

Permalink
fix: import virtual-drive
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanVicens committed Jan 17, 2024
1 parent e014813 commit a461593
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions release/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"reload-virtual-drive": "yarn add --ignore-scripts ../../../node-win && npm run link-modules"
},
"dependencies": {
"@gcas/fuse": "^2.4.2",
"@rudderstack/rudder-sdk-node": "^1.1.4",
"better-sqlite3": "^8.3.0",
"typeorm": "^0.3.16",
Expand Down
1 change: 1 addition & 0 deletions src/apps/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import './migration/handlers';
import './config/handlers';
import './app-info/handlers';
import './remote-sync/handlers';
import './virtual-drive';

import { app, nativeTheme } from 'electron';
import Logger from 'electron-log';
Expand Down
2 changes: 1 addition & 1 deletion src/apps/main/virtual-drive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ if (process.platform === 'win32') {
}

if (process.platform === 'linux') {
import('../fuse');
import('../fuse/index');
}

0 comments on commit a461593

Please sign in to comment.