Browse Source

Reverted icon files and updated setup.py to find them

tags/v1.0.0
Robert Klep 12 years ago
parent
commit
8a9bbe126b
3 changed files with 1 additions and 1 deletions
  1. BIN
      resources/active.png
  2. BIN
      resources/inactive.png
  3. +1
    -1
      setup.py

BIN
resources/active.png View File

Before After
Width: 17  |  Height: 17  |  Size: 294 B

BIN
resources/inactive.png View File

Before After
Width: 17  |  Height: 17  |  Size: 272 B

+ 1
- 1
setup.py View File

@@ -4,7 +4,7 @@ import py2app, sys, os, commands

setup(
app = [ 'ToggleProxy.py' ],
data_files = glob('resources/icon-*.png'),
data_files = glob('resources/*.png'),
options = dict(py2app = dict(
plist = dict(
LSBackgroundOnly = True


Loading…
Cancel
Save