fix: attempt fix for prod issue with app icons

This commit is contained in:
KernelDeimos
2024-12-17 13:51:33 -05:00
parent 046ef3cb4f
commit 925ebd5310
+3 -1
View File
@@ -108,12 +108,14 @@ class AppIconService extends BaseService {
.png()
.toBuffer();
const sys_actor = await svc_su.get_system_actor();
const hl_write = new HLWrite();
await hl_write.run({
destination_or_parent: dir_app_icons,
specified_name: filename,
overwrite: true,
user: await svc_su.get_system_actor(),
actor: sys_actor,
user: sys_actor.type.user,
no_thumbnail: true,
file: {
size: output.length,