aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-07-25 10:36:02 +0100
committerRon Yorston <rmy@pobox.com>2018-07-25 10:36:02 +0100
commit779fd5745ac11bf752f5f4b977a274a39c192f90 (patch)
tree58e68137a1e5337ed5345eeedfc6a4393e2cc4a5
parent958ba292aab941d81b4d89dedc92ba78ace6b1ad (diff)
downloadbusybox-w32-manifest.tar.gz
busybox-w32-manifest.tar.bz2
busybox-w32-manifest.zip
win32: fix typomanifest
-rw-r--r--Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index ed5427cb8..b9df4ca16 100644
--- a/Config.in
+++ b/Config.in
@@ -421,7 +421,8 @@ config FEATURE_MANIFEST
421 default y 421 default y
422 depends on FEATURE_RESOURCES 422 depends on FEATURE_RESOURCES
423 help 423 help
424 Include a manifest which declares privleges required by the application. 424 Include a manifest which declares privileges required by the
425 application.
425 426
426config FEATURE_ICON 427config FEATURE_ICON
427 bool "Include application icon in binary" 428 bool "Include application icon in binary"