diff --git a/pyfpdb/py2exe_setup.py b/pyfpdb/py2exe_setup.py index 1e38f98b..e6219ae3 100644 --- a/pyfpdb/py2exe_setup.py +++ b/pyfpdb/py2exe_setup.py @@ -91,7 +91,7 @@ today = date.today().strftime('%Y%m%d') print "\nOutput will be created in /dist/ and /fpdb_XXX_"+today+"/" print "Enter value for XXX (any length): ", # the comma means no newline xxx = sys.stdin.readline().rstrip() -dist_dir = r'..\fpdb_' + xxx + '_' + today +dist_dir = r'..\fpdb-' + xxx + '-' + today print