This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
ToggleProxy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Reverted icon files and updated setup.py to find them
tags/v1.0.0
Robert Klep
12 years ago
parent
10d64c3c8a
commit
8a9bbe126b
3 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
resources/active.png
BIN
resources/inactive.png
+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
Write
Preview
Loading…
Cancel
Save