changes the app icon and tray Co-authored-by: Wing <44992537+wingio@users.noreply.github.com> Co-authored-by: khcrysalis <sam4r16@gmail.com> Co-authored-by: Vendicated <vendicated@riseup.net>
6 lines
145 B
JavaScript
6 lines
145 B
JavaScript
import { applyAppImageSandboxFix } from "./sandboxFix.mjs";
|
|
|
|
export default async function beforePack() {
|
|
await applyAppImageSandboxFix();
|
|
}
|