Skip to content

Commit

Permalink
Switch to production environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheeo committed Feb 1, 2016
1 parent cc57112 commit b184420
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
target_dir = '[ProgramFilesFolder][ProductName]'
upgrade_code = '{ADE2A55B-834C-4D8D-A071-7A91A3A266B7}'

if True: # Beta build
if False: # Beta build
product_name += " Beta"
upgrade_code = '{2A336240-1D51-4726-B36f-78B998DD3740}'

Expand Down
3 changes: 2 additions & 1 deletion src/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ def is_development_version():
# FIXME: Don't initialize proxy code that shows a dialogue box on import
no_dialogs = False

environment = 'development'
environment = 'production'


def is_beta():
return environment == 'development'
Expand Down

0 comments on commit b184420

Please sign in to comment.