orca-slicer: Remove file from output root
This commit is contained in:
@@ -212,6 +212,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
)
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
rm $out/LICENSE.txt
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)";
|
||||
homepage = "https://github.com/SoftFever/OrcaSlicer";
|
||||
|
||||
Reference in New Issue
Block a user