Skip to content

Commit

Permalink
Updates to program icon
Browse files Browse the repository at this point in the history
  • Loading branch information
donovan-h-parks committed Jul 6, 2014
1 parent cdb2061 commit 14dcd97
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions createExeWindows.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
# setup configuration
setup(
name = "STAMP",
version = "2.0.3",
version = "2.0.6",
description = "Statistical analysis of taxonomic and functional profiles",
author = "Donovan Parks",
windows=[{"script":"STAMP.py", "icon_resources": [(1, "./stamp/icons/programIcon.ico")]}],
windows=[{"script":"STAMP.py", "icon_resources": [(1, "./stamp/icons/stamp.ico")]}],
options =
{
"py2exe":
Expand Down
Binary file removed stamp/icons/programIcon.ico
Binary file not shown.
Binary file added stamp/icons/stamp.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions windows/STAMP_Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{058AA4B2-FB5A-4D89-9134-D6E06AB9E894}
AppName=STAMP
AppVerName=STAMP v2.0.4
AppVerName=STAMP v2.0.6
AppPublisher=Donovan Parks and Robert Beiko
AppPublisherURL=http://kiwi.cs.dal.ca/Software/STAMP
AppSupportURL=http://kiwi.cs.dal.ca/Software/STAMP
Expand All @@ -18,8 +18,8 @@ AllowNoIcons=yes
LicenseFile=..\dist\LICENSE.txt
InfoBeforeFile=..\dist\readme.txt
OutputDir=.\install
OutputBaseFilename=STAMP_2_0_4
SetupIconFile=..\dist\icons\programIcon.ico
OutputBaseFilename=STAMP_2_0_6
SetupIconFile=..\dist\icons\stamp.ico
Compression=lzma
SolidCompression=yes

Expand Down

0 comments on commit 14dcd97

Please sign in to comment.