refactor & add Icon Mac Windows

This commit is contained in:
Hansjörg Hofer 2024-01-14 14:52:22 +01:00
parent 1edeae2c66
commit f9a072dac0
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ public class ProcessesForm {
String iconFilePath = iconPathSplit + "Resources/" + cFBundleIconFile;
// Ensure file path ends with ".icns"
if (!iconFilePath.contains(".icns")) {
if (!iconFilePath.endsWith(".icns")) {
iconFilePath += ".icns";
}