lycheeslicer: fix meta.mainProgram (#497821)

This commit is contained in:
Peder Bergebakken Sundt
2026-08-18 09:08:58 +00:00
committed by GitHub

View File

@@ -56,6 +56,6 @@ appimageTools.wrapType2 {
ZachDavies
];
platforms = [ "x86_64-linux" ];
mainProgram = "LycheeSlicer";
mainProgram = "lycheeslicer";
};
}