mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fix launcher dist/ path
This commit is contained in:
@@ -27,7 +27,7 @@ async function build() {
|
||||
? 'bat'
|
||||
: 'sh';
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user