Skip to content

Commit

Permalink
[packaging] bump up spec revision, add explicit shortcuts in windows
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Baptiste Note <[email protected]>
  • Loading branch information
jbnote committed May 18, 2007
1 parent 97414ef commit 8bafd84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpm/debit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ update-mime-database %{_datadir}/mime || :
%{_sysconfdir}/bash_completion.d/*

%changelog
* Fri May 18 2007 Jean-Baptiste Note <[email protected]> - 0.1-2
* Fri May 18 2007 Jean-Baptiste Note <[email protected]> - 0.1-3
- Add the bash autocompletion file

* Sun Oct 22 2006 Jean-Baptiste Note <[email protected]> - 0.1-2
Expand Down
5 changes: 4 additions & 1 deletion windows/debit.nsi.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,10 @@ SectionEnd
Section "StartMenu entries" SecStartMenu
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
CreateDirectory "$SMPROGRAMS\$STARTMENU_FOLDER"
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Xiledit.lnk" "$INSTDIR\bin\xiledit.exe" '"-d" "$INSTDIR\data"' "$INSTDIR\gfx\ulogic_icon.ico"
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Xiledit (Spartan-3).lnk" "$INSTDIR\bin\xiledit_s3.exe" '"-d" "$INSTDIR\data"' "$INSTDIR\gfx\ulogic_icon.ico"
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Xiledit (Virtex-II).lnk" "$INSTDIR\bin\xiledit.exe" '"-d" "$INSTDIR\data"' "$INSTDIR\gfx\ulogic_icon.ico"
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Xiledit (Virtex-4).lnk" "$INSTDIR\bin\xiledit_v4.exe" '"-d" "$INSTDIR\data"' "$INSTDIR\gfx\ulogic_icon.ico"
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Xiledit (Virtex-5).lnk" "$INSTDIR\bin\xiledit_v5.exe" '"-d" "$INSTDIR\data"' "$INSTDIR\gfx\ulogic_icon.ico"
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Uninstall.lnk" "$INSTDIR\Uninstall.exe"
!insertmacro MUI_STARTMENU_WRITE_END
SectionEnd
Expand Down

0 comments on commit 8bafd84

Please sign in to comment.