mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-27 20:33:12 -08:00
fix: qrcode url now using actuarial url instead of tidgi://
This commit is contained in:
parent
bd69eefa1a
commit
2cc16bc2e5
5 changed files with 49 additions and 3 deletions
|
|
@ -30,6 +30,10 @@ await Promise.all([
|
|||
...sharedConfig,
|
||||
entryPoints: [path.join(__dirname, tidgiIpcSyncadaptorSourceFolder, 'electron-ipc-cat.ts')],
|
||||
}),
|
||||
esbuild.build({
|
||||
...sharedConfig,
|
||||
entryPoints: [path.join(__dirname, tidgiIpcSyncadaptorSourceFolder, 'fix-location-info.ts')],
|
||||
}),
|
||||
]);
|
||||
const filterFunc = (src) => {
|
||||
return !src.endsWith('.ts');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue