Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
Built release couldn't reach required code
  • Loading branch information
grctest committed Aug 16, 2023
1 parent fd0a2b9 commit 333f433
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions public/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ const {
fetchDynamicData,
fetchOrderBook,
accountSearch
} = require('../src/lib/queries');
//} = require('../src/lib/queries');
} = require('./lib/queries');

const {
beetBroadcast,
generateDeepLink,
generateQRContents
} = require('../src/preload/generate');
//} = require('../src/preload/generate');
} = require('./lib/generate');

let allowed = {
"gallery": "https://nftea.gallery/gallery",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 333f433

Please sign in to comment.