mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
refactor: move install-electron-ipc-cat here
This commit is contained in:
parent
4b718a09be
commit
78f4be3b5e
6 changed files with 6 additions and 6 deletions
|
|
@ -27,7 +27,7 @@ await Promise.all([
|
|||
}),
|
||||
esbuild.build({
|
||||
...sharedConfig,
|
||||
entryPoints: [path.join(__dirname, sourceFolder, 'Startup/electron-ipc-cat.ts')],
|
||||
entryPoints: [path.join(__dirname, sourceFolder, 'electron-ipc-cat.ts')],
|
||||
}),
|
||||
]);
|
||||
const filterFunc = (src) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue