Skip to content

Commit e13b284

Browse files
committed
fix(keymap-drawer): don't remove the photo
1 parent c6eadd7 commit e13b284

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

drawer/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ in {
3737
cmd="${exe} --config $keymap_dir/keymap_drawer.yaml"
3838
3939
echo "Removing previous images"
40-
rm "$out"/*
40+
rm "$out"/*.{yaml,svg}
4141
4242
for file in "$keymap_dir"/*.keymap
4343
do

img/glove80_photo.png

3.4 MB
Loading

0 commit comments

Comments
 (0)