Skip to content

Commit

Permalink
oops: icons have moved
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@19450 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 25, 2018
1 parent 26f0596 commit c7b7aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ def add_exe(script, icon, base_name, base="Console"):
script = script,
initScript = None,
#targetDir = "dist",
icon = "win32/%s" % icon,
icon = "icons/%s" % icon,
targetName = "%s.exe" % base_name,
base = base,
**kwargs))
Expand Down

0 comments on commit c7b7aa3

Please sign in to comment.