aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Leich <email@froggs.de>2014-09-03 22:02:09 +0200
committerTobias Leich <email@froggs.de>2014-09-03 22:02:09 +0200
commitcbe310b81399caaf716387b94727895c888099f5 (patch)
tree8279a2b061d03a33e34088e7f8e5084338b48009
parent0644ed974b53a4793e99ba3b5aafd22f75276a7f (diff)
install windows start menu shortcut compatible with moar
-rw-r--r--tools/build/star-product.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/star-product.wxs b/tools/build/star-product.wxs
index c950e97..b96f2dc 100644
--- a/tools/build/star-product.wxs
+++ b/tools/build/star-product.wxs
@@ -15,7 +15,7 @@
<Component Id="RakudoStartItems" Guid="B5BD7AEC-C8dC-4F84-AF2E-4A417350D642">
<Shortcut Id="RakudoShortcut"
Name="Rakudo Perl 6"
- Target="[INSTALLROOT]bin\perl6.exe"
+ Target="[INSTALLROOT]bin\perl6"
WorkingDirectory="INSTALLROOT" />
<RemoveFolder Id="RakudoMenuFolder" On="uninstall" />
<RegistryValue Root="HKCU" Key="Software\Microsoft\RakudoPerl6" Name="installed" Type="integer" Value="1" KeyPath="yes" />