Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Fix debugging command line doc
Browse files Browse the repository at this point in the history
Updated the debugging page to tell people to run the commands against their app exe, and not `Update.exe`.

Update.exe did not seem to work, while running directly against the app did.
  • Loading branch information
RandomEngy authored Feb 16, 2022
1 parent 3d378b7 commit 0f6109d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/using/debugging-installs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ The following tips will help you to debug the installation of an Squirrel app.
If the install of your application doesn't seem to be working, you can explore the behavior by executing the install steps from the command line:

~~~ps
C:\user\AppData\Local\MyApp> Update.exe --squirrel-install 1.0.0
C:\user\AppData\Local\MyApp> Update.exe --squirrel-firstrun
C:\user\AppData\Local\MyApp> MyApp.exe --squirrel-install 1.0.0
C:\user\AppData\Local\MyApp> MyApp.exe --squirrel-firstrun
~~~

The first cmd should create some shortcuts then immediately exit, then the 2nd one should start your app ([source](https://github.com/Squirrel/Squirrel.Windows/issues/525))


---
| Return: [Table of Contents](../readme.md) |
|----|
|----|

0 comments on commit 0f6109d

Please sign in to comment.