mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-02 15:01:29 +03:00
Added splash screen
This commit is contained in:
5
backend/preload.js
Normal file
5
backend/preload.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const { contextBridge } = require('electron');
|
||||
const path = require('path');
|
||||
|
||||
// Expose the 'path' module to the renderer process
|
||||
contextBridge.exposeInMainWorld('path', path);
|
||||
Reference in New Issue
Block a user