a tool to create an installer, fix to play audios using sndup and uploading audios to TwUp

This commit is contained in:
2014-11-07 20:14:06 -06:00
parent 9e79bdfbcb
commit 68036e1715
5 changed files with 433 additions and 7 deletions

View File

@@ -68,6 +68,7 @@ class audioDialog(wx.Dialog):
services = []
if config.main["services"]["dropbox_token"] != "":
services.append("Dropbox")
services.append("TwUp")
services.append("SNDUp")
return services