Skip to content

Commit

Permalink
added GUI back in
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-gagnon committed Jul 27, 2015
1 parent 61e26a1 commit 1e1b766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
icon = "./images/rp_sq_48.ico",
targetName = "Reddit Paper.exe",
shortcutName = "Reddit Paper",
shortcutDir = "DesktopFolder")] #base = ("Win32GUI" if sys.platform == 'win32' else None),]
shortcutDir = "DesktopFolder",
base = ("Win32GUI" if sys.platform == 'win32' else None))]
included_files = ["./images", "redditpaper.pyw",
"C:\\Python34\\Lib\\site-packages\\praw\\praw.ini",
"cacert.pem",
Expand Down

0 comments on commit 1e1b766

Please sign in to comment.