mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
update app name in permissions part as well
This commit is contained in:
parent
eced7120c7
commit
0b2fdf0ca0
@ -88,7 +88,7 @@ const config = {
|
|||||||
if (context.electronPlatformName === "darwin" && context.arch === Arch.universal) {
|
if (context.electronPlatformName === "darwin" && context.arch === Arch.universal) {
|
||||||
const packageBinDir = path.resolve(
|
const packageBinDir = path.resolve(
|
||||||
context.appOutDir,
|
context.appOutDir,
|
||||||
`${pkg.name}.app/Contents/Resources/app.asar.unpacked/dist/bin`
|
`${pkg.productName}.app/Contents/Resources/app.asar.unpacked/dist/bin`
|
||||||
);
|
);
|
||||||
|
|
||||||
// Reapply file permissions to the wavesrv binaries in the final app package
|
// Reapply file permissions to the wavesrv binaries in the final app package
|
||||||
|
Loading…
Reference in New Issue
Block a user