Skip to content

Commit

Permalink
changed urls path to be in assets
Browse files Browse the repository at this point in the history
  • Loading branch information
alla2001 committed Oct 23, 2023
1 parent 4dc6aab commit e697df7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ipcMain.on('ipc-example', async (event, arg) => {
const currentDirectory = process.cwd();

// Define the path to your JSON file within the current directory
const jsonFilePath = path.join(currentDirectory, 'urls.json');
const jsonFilePath = path.join(currentDirectory, '/assets/urls.json');
console.log(jsonFilePath);

// Read the JSON file
Expand Down

0 comments on commit e697df7

Please sign in to comment.