I have my Electron App, with electron-builder I made an deb package. In my project, I set the variables through an .env file. After building and installing it and setting some variables with export ELECTRON_FOO="foo"
my programm doesnt use them. It still uses the variables I set in the project .env file. I guess it build with them too?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…