mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-01 11:56:25 +02:00
Add native screen region capture modules and preload build
This commit is contained in:
parent
6c178a0271
commit
7097f542fb
4 changed files with 309 additions and 0 deletions
|
|
@ -132,6 +132,12 @@ async function buildElectron() {
|
|||
outfile: 'dist/preload.js',
|
||||
});
|
||||
|
||||
await build({
|
||||
...shared,
|
||||
entryPoints: ['src/screen-region-preload.ts'],
|
||||
outfile: 'dist/screen-region-preload.js',
|
||||
});
|
||||
|
||||
console.log('Electron build complete');
|
||||
resolveStandaloneSymlinks();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue