Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
fixed missing icon.png
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Jun 13, 2016
1 parent 1323d46 commit 3fa7ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
package_dir = {"": "src"},
scripts = ["fgmk"],
package_data = {
'fgmk': ['img/*.png','coreimg/*.png','actions/*.json','*.json','basegame.tar.gz']
'fgmk': ['img/*.png','coreimg/*.png','actions/*.json','*.json','basegame.tar.gz', 'icon.png']
}
)

0 comments on commit 3fa7ed8

Please sign in to comment.