diff --git a/Base/res/apps/Inspector.af b/Base/res/apps/Inspector.af new file mode 100644 index 0000000000..87213b43e7 --- /dev/null +++ b/Base/res/apps/Inspector.af @@ -0,0 +1,8 @@ +[App] +Name=Inspector +Executable=/bin/Inspector +Category=Development + +[Icons] +16x16=/res/icons/16x16/app-inspector.png +32x32=/res/icons/32x32/app-inspector.png diff --git a/Base/res/apps/Profiler.af b/Base/res/apps/Profiler.af new file mode 100644 index 0000000000..50398fe65a --- /dev/null +++ b/Base/res/apps/Profiler.af @@ -0,0 +1,8 @@ +[App] +Name=Profiler +Executable=/bin/Profiler +Category=Development + +[Icons] +16x16=/res/icons/16x16/app-profiler.png +32x32=/res/icons/32x32/app-profiler.png diff --git a/Base/res/icons/16x16/app-inspector.png b/Base/res/icons/16x16/app-inspector.png new file mode 100755 index 0000000000..330dfc5aa0 Binary files /dev/null and b/Base/res/icons/16x16/app-inspector.png differ diff --git a/Base/res/icons/16x16/app-profiler.png b/Base/res/icons/16x16/app-profiler.png new file mode 100755 index 0000000000..56bac62efe Binary files /dev/null and b/Base/res/icons/16x16/app-profiler.png differ diff --git a/Base/res/icons/32x32/app-inspector.png b/Base/res/icons/32x32/app-inspector.png new file mode 100755 index 0000000000..4b53130963 Binary files /dev/null and b/Base/res/icons/32x32/app-inspector.png differ diff --git a/Base/res/icons/32x32/app-profiler.png b/Base/res/icons/32x32/app-profiler.png new file mode 100755 index 0000000000..6a92e1ddff Binary files /dev/null and b/Base/res/icons/32x32/app-profiler.png differ