mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Fix launcher dist/ path
This commit is contained in:
@@ -27,7 +27,7 @@ async function build() {
|
|||||||
? 'bat'
|
? 'bat'
|
||||||
: 'sh';
|
: 'sh';
|
||||||
const launcherName = `launcher.${launcherExt}`;
|
const launcherName = `launcher.${launcherExt}`;
|
||||||
const launcherPath = path.join(__dirname, '../../dist', launcherName);
|
const launcherPath = path.join(__dirname, '../../dist/app', launcherName);
|
||||||
|
|
||||||
fs.copyFileSync(path.join(`src`, launcherName), launcherPath);
|
fs.copyFileSync(path.join(`src`, launcherName), launcherPath);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user