Browse Source

Use APP_ICON instead of 101 for icon reference.

woollybah 6 years ago
parent
commit
e109d6f42f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      make.bmk

+ 1 - 1
make.bmk

@@ -626,7 +626,7 @@
 			"\n"
 	
 	if sys.FileType(icon_path) == 1 then
-		resource = resource .. "101 ICON \"" .. icon_path .. "\"\n" ..
+		resource = resource .. "APP_ICON ICON \"" .. icon_path .. "\"\n" ..
 			"\n"
 	end