- pywin32 module is no longer needed when running in Windows
- updated the Romanian translation - Google-translated the Spanish translation - updated the strings in all translation files
This commit is contained in:
@@ -61,7 +61,8 @@ if __name__ == '__main__':
|
||||
portable = False
|
||||
|
||||
if portable is False:
|
||||
data_path = shell.SHGetFolderPath(0, shellcon.CSIDL_APPDATA, None, 0) + '\\FlatCAM'
|
||||
# data_path = shell.SHGetFolderPath(0, shellcon.CSIDL_APPDATA, None, 0) + '\\FlatCAM'
|
||||
data_path = os.path.join(os.getenv('appdata'), 'FlatCAM')
|
||||
else:
|
||||
data_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) + '\\config'
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user