sdomi / libbieoffice

LibreOffice icon and splash replacement script
108 stars 5 forks source link

File with name "mkdir" is created #8

Open mikescreativecorner opened 2 years ago

mikescreativecorner commented 2 years ago

92: mkdir libbie_icons mkdir libbie_icons/HighContrast

should be:

92: mkdir libbie_icons libbie_icons/HighContrast

With the code as it is now a file with the name "mkdir" is created in the directory the libbie.sh is executed in. I'm sorry if there is another way to report a bug, I'm absolutely new to Github.