squirrel.windows Questions

1

I have an electron.js application where I am trying to clear the local storage of the application on uninstalling the application. The application's installer/uninstaller depends Squirrel.Windows. ...
Unbidden asked 9/2, 2017 at 5:20

3

Solved

I've built an app with Electron and used Electron-Builder to create a Squirrel windows installer and updater. It all works great but I'm having trouble debugging the production version of my app. ...
Gearing asked 14/12, 2016 at 11:1

2

Solved

I already added the following snippet to my package.json: "build": { "fileAssociations": [ { "ext": "asdf", "name": "ASDF File", "role": "Editor" } ] } But the generated installer does no...

1

I am trying to create a Windows installer for a electron app. First the app is packaged with electron-packager. exec(`npx electron-packager ./ "My App Name" --platform=win32 --out=${packa...
Laurenlaurena asked 11/12, 2021 at 22:30

1

I am creating an Electron application, and am using electron-winstaller to build the installer, which uses squirrel.windows. Inside of one of the example code snippets has this section: const squi...
Papp asked 26/12, 2018 at 20:13

2

is there any way to set up a progress bar for downloading new update of app in Electron? I am developing app for Windows using Squirrel and electron-simple-updater and my problem is that updater on...
Nitre asked 10/1, 2017 at 12:17

0

I have an application which based on git electron. (For windows) I need this app to be portable on USB disk and also I want this app to have auto-update feature. Grunt-electron-installer uses sq...
Impersonality asked 20/4, 2016 at 10:49

1

Solved

Using Squirrel.Windows, I wanted to handle the update process in the Application Exit handler of my WPF application using this code: Task.Run(async () => { using (var mgr = new UpdateManager(S...
Lurleen asked 18/8, 2015 at 14:21
1

© 2022 - 2024 — McMap. All rights reserved.