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
138 B
JavaScript
6 lines
138 B
JavaScript
import { addAssetsCar } from "./addAssetsCar.mjs";
|
|
|
|
export default async function afterPack(context) {
|
|
await addAssetsCar(context);
|
|
}
|