Skip to content

Commit

Permalink
Move fofix.ico to win32/ since it's Windows-specific.
Browse files Browse the repository at this point in the history
  • Loading branch information
stump committed Aug 10, 2012
1 parent 562311c commit 9da7da8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -34,3 +34,4 @@ win32/*
!win32/*.py
!win32/*.patch
!win32/README.deppack.stub
!win32/*.ico
2 changes: 1 addition & 1 deletion pkg/setup.iss
Expand Up @@ -39,7 +39,7 @@ LicenseFile=..\COPYING
InfoBeforeFile=..\README
InfoAfterFile=..\CREDITS
OutputBaseFilename=FoFiX-4.0.0-alpha0-pre-setup
SetupIconFile=..\src\fofix.ico
SetupIconFile=..\win32\fofix.ico
Compression=lzma2
SolidCompression=yes

Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Expand Up @@ -61,7 +61,7 @@ def isSystemDLL(pathname):
'windows': [
{
"script": "FoFiX.py",
"icon_resources": [(1, "fofix.ico")],
"icon_resources": [(1, "../win32/fofix.ico")],
"other_resources": [(RT_VERSION, 1, VersionResource(
#stump: the parameter below must consist only of up to four numerical fields separated by dots
Version.versionNum(),
Expand Down
File renamed without changes.

0 comments on commit 9da7da8

Please sign in to comment.