fogleman / FeedNotifier

Feed Notifier is a Windows application that resides in the system tray and displays pop-up notifications on your desktop when new items arrive in your subscribed RSS or Atom feeds
http://www.feednotifier.com/
BSD 3-Clause "New" or "Revised" License
165 stars 49 forks source link

How to change installation folder name? #86

Closed onlinesid closed 7 years ago

onlinesid commented 7 years ago

No matter what I changed in setup.py it seems to always default the installation folder to "C:\Program Files (x86)\Feed Notifier".

How can I default it to a different folder name like 'My Feed Notifier' for example?

Many thanks.

fogleman commented 7 years ago

https://github.com/fogleman/FeedNotifier/blob/master/installer.iss#L15

onlinesid commented 7 years ago

Thank you, that does it! :+1: