问题
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