mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 12:20:20 +01:00
Preload shortcut last
This commit is contained in:
parent
e051d6b519
commit
d7bfded6c2
|
|
@ -26,5 +26,5 @@ const getPublicDirectoryIcons = (directory) => {
|
|||
|
||||
writeFileSync(
|
||||
"./public/.index/preload.json",
|
||||
JSON.stringify([SHORTCUT_ICON, ...getPublicDirectoryIcons(DESKTOP_PATH)])
|
||||
JSON.stringify([...getPublicDirectoryIcons(DESKTOP_PATH), SHORTCUT_ICON])
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user