mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Fix incorrect product name in installer.
This commit is contained in:
@@ -25,7 +25,7 @@ SetCompressor /solid lzma
|
|||||||
GreaseWeazle hardware. It also allows manipulation of flux files and disk \
|
GreaseWeazle hardware. It also allows manipulation of flux files and disk \
|
||||||
images, so it's useful without any hardware.$\r$\n\
|
images, so it's useful without any hardware.$\r$\n\
|
||||||
$\r$\n\
|
$\r$\n\
|
||||||
This wizard will install WordGrinder on your computer.$\r$\n\
|
This wizard will install FluxEngine on your computer.$\r$\n\
|
||||||
$\r$\n\
|
$\r$\n\
|
||||||
$_CLICK"
|
$_CLICK"
|
||||||
|
|
||||||
@@ -130,7 +130,7 @@ SectionEnd
|
|||||||
|
|
||||||
Section "Desktop Shortcut"
|
Section "Desktop Shortcut"
|
||||||
SetOutPath "$DOCUMENTS"
|
SetOutPath "$DOCUMENTS"
|
||||||
CreateShortCut "$DESKTOP\WordGrinder.lnk" "$INSTDIR\fluxengine-gui.exe" "" "$INSTDIR\fluxengine-gui.exe" 0
|
CreateShortCut "$DESKTOP\FluxEngine.lnk" "$INSTDIR\fluxengine-gui.exe" "" "$INSTDIR\fluxengine-gui.exe" 0
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user