mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-29 12:55:16 -07:00
fix: ensure macOS mpv window helper is built and bundled correctly (#93)
This commit is contained in:
@@ -63,6 +63,8 @@ function buildMacosHelper() {
|
||||
return;
|
||||
}
|
||||
|
||||
ensureDir(scriptsOutputDir);
|
||||
|
||||
try {
|
||||
execFileSync('swiftc', ['-O', macosHelperSourcePath, '-o', macosHelperBinaryPath], {
|
||||
stdio: 'inherit',
|
||||
|
||||
Reference in New Issue
Block a user