mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-10 06:41:00 +03:00
5 lines
176 B
JavaScript
5 lines
176 B
JavaScript
const { contextBridge } = require('electron');
|
|
const path = require('path');
|
|
|
|
// Expose the 'path' module to the renderer process
|
|
contextBridge.exposeInMainWorld('path', path); |