diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-10-25 06:38:06 -0700 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-10-25 07:32:52 -0700 |
commit | 7d97ec9a3eba9ceacbea631a56185e40b62fdec7 (patch) | |
tree | 765bb657349e4b15df04c61f517b9d5309dc42dc /setup_native | |
parent | 1d3661cf91cf45d40373b0034c30eb57b475ec91 (diff) |
fdo#65102 respect user's choice not to install desktop icon
Using advertised shortcuts -- inspired by Intel AppUp Centre's
requirement -- was not a good idea after all. I revert this,
and I also revert the commit that actually disabled it in
default Windows builds.
This reverts commit aa2450cb51cfc3805c7a596b6b89d70bb133821e.
This reverts commit b40012bd6d0b5387005253f1d3f03929ce4d1ac6.
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/Package_misc.mk | 1 | ||||
-rw-r--r-- | setup_native/source/win32/desktophelper.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/setup_native/Package_misc.mk b/setup_native/Package_misc.mk index fa96a2782d8d..9262fc62974d 100644 --- a/setup_native/Package_misc.mk +++ b/setup_native/Package_misc.mk @@ -18,5 +18,6 @@ $(eval $(call gb_Package_add_file,setup_native/misc,bin/osl/osxdndinstall.png,ma $(eval $(call gb_Package_add_file,setup_native/misc,bin/root3.dat,linux/root3.dat)) $(eval $(call gb_Package_add_file,setup_native/misc,bin/root4.dat,linux/root4.dat)) $(eval $(call gb_Package_add_file,setup_native/misc,bin/root5.dat,linux/root5.dat)) +$(eval $(call gb_Package_add_file,setup_native/misc,bin/desktophelper.txt,win32/desktophelper.txt)) # vim: set noet sw=4 ts=4: diff --git a/setup_native/source/win32/desktophelper.txt b/setup_native/source/win32/desktophelper.txt new file mode 100644 index 000000000000..c7540116c671 --- /dev/null +++ b/setup_native/source/win32/desktophelper.txt @@ -0,0 +1 @@ +# File used for desktop link |