2

Does Squirrel support an Electron app installation to ProgramFiles(x86) ?

If yes, could you please explain me how it is done with an Electron app ?

I could not find anything about it. I have done the installation to %localappdata% yet. But it is very important for me that it can be installed to ProgramFiles(x86).

I did the installation with this guide: Set Up Continuous Deployment on Electron Using Squirrel

Nakilon
  • 34,866
  • 14
  • 107
  • 142
Coder949
  • 987
  • 1
  • 8
  • 29

1 Answers1

1

Squirrel does not support it on Windows. It always installs in %localappdata%.

See here

Coder949
  • 987
  • 1
  • 8
  • 29