How to store application settings for all users

别来无恙 提交于 2019-12-11 18:16:21

问题


I want save some configuration for my electron app. I'm using electron-json-storage to store data. but it store data in app data of current user.

I have tried to store data in installation directory using storage.setDataPath(directory) but it requires administrative privillages

I building with nsis mode per-Machine: true

Is there any common storage in electron or any other options to overcome this situtation

来源:https://stackoverflow.com/questions/57765705/how-to-store-application-settings-for-all-users

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!