mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
fix remote dev path
This commit is contained in:
@@ -148,7 +148,7 @@ async function serveFile(
|
||||
const fileName = `${file}.${extension}`;
|
||||
const path = app.isPackaged
|
||||
? join(__dirname, '../remote', fileName)
|
||||
: join(__dirname, '../../dist/remote', fileName);
|
||||
: join(__dirname, '../../out/remote', fileName);
|
||||
|
||||
let stats: Stats;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user