Skip to content
Snippets Groups Projects
Commit fa33b1ad authored by nkour's avatar nkour
Browse files

until we find a way to detect snaps from releases revert a commit I did some...

until we find a way to detect snaps from releases revert a commit I did some weeks ago to assist Yann release .exe faster
parent 4f9404e8
No related branches found
No related tags found
No related merge requests found
......@@ -41,10 +41,7 @@ import logger
logger = logger.Logger() # init the logger
if os.name == 'nt':
if '.svn' in os.listdir('.') or '_svn' in os.listdir('.'):
DATA_DIR = os.path.join('..', 'data')
else: # we are normal users (not svn users)
DATA_DIR = 'data'
DATA_DIR = os.path.join('..', 'data')
try:
# Documents and Settings\[User Name]\Application Data\Gajim
LOGPATH = os.path.join(os.environ['appdata'], 'Gajim', 'Logs') # deprecated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment