controller: Add icon
This commit is contained in:
parent
68844ef4d3
commit
937cc46d80
@ -15,11 +15,17 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
packages = with pkgs; [ ];
|
packages = with pkgs; [
|
||||||
|
imagemagick
|
||||||
|
];
|
||||||
|
|
||||||
env = { };
|
env = { };
|
||||||
|
|
||||||
scripts = { };
|
scripts = {
|
||||||
|
gen-icon.exec = ''
|
||||||
|
magick icon.png -resize 128x128 -define icon:auto-resize="128,96,64,48,32,16" icon.ico
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
BIN
controller/icon.ico
Normal file
BIN
controller/icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 KiB |
BIN
controller/icon.png
Normal file
BIN
controller/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
BIN
controller/icon.xcf
Normal file
BIN
controller/icon.xcf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user