Skip to content

Commit

Permalink
automatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 7, 2024
1 parent 8dd58d3 commit 2abee46
Show file tree
Hide file tree
Showing 505 changed files with 516 additions and 650 deletions.
16 changes: 0 additions & 16 deletions docs/reference/cli/content/setup-windows.mdx

This file was deleted.

41 changes: 0 additions & 41 deletions docs/reference/cli/content/update-linux.mdx
Original file line number Diff line number Diff line change
@@ -1,46 +1,5 @@
# Update.exe (Linux)
```
Velopack Updater (0.0.626) manages packages and installs updates.
https://github.com/velopack/velopack
Usage: UpdateNix_x64 [OPTIONS]
UpdateNix_x64 apply [OPTIONS] [-- [EXE_ARGS]...]
UpdateNix_x64 start [OPTIONS] [EXE_NAME] [-- [EXE_ARGS]...]
UpdateNix_x64 patch [OPTIONS] --old <FILE> --patch <FILE> --output <FILE>
UpdateNix_x64 get-version [OPTIONS]
Options:
--verbose Print debug messages to console / log
-s, --silent Don't show any prompts / dialogs
-l, --log <PATH> Override the default log file location
-h, --help Print help
-V, --version Print version
UpdateNix_x64 apply:
Applies a staged / prepared update, installing prerequisite runtimes if necessary
--norestart Do not restart the application after the update
--waitPid <PID> Wait for the specified process to terminate before applying the update
-p, --package <FILE> Update package to apply
-h, --help Print help
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceeded by '--'.
UpdateNix_x64 start:
Starts the currently installed version of the application
--waitPid <PID> Wait for the specified process to terminate before applying the update
-h, --help Print help
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceeded by '--'.
[EXE_NAME] The optional name of the binary to execute
UpdateNix_x64 patch:
Applies a Zstd patch file
--old <FILE> Base / old file to apply the patch to
--patch <FILE> The Zstd patch to apply to the old file
--output <FILE> The file to create with the patch applied
-h, --help Print help
UpdateNix_x64 get-version:
Prints the current version of the application
-h, --help Print help
```
41 changes: 0 additions & 41 deletions docs/reference/cli/content/update-osx.mdx
Original file line number Diff line number Diff line change
@@ -1,46 +1,5 @@
# Update.exe (MacOS)
```
Velopack Updater (0.0.626) manages packages and installs updates.
https://github.com/velopack/velopack
Usage: UpdateMac [OPTIONS]
UpdateMac apply [OPTIONS] [-- [EXE_ARGS]...]
UpdateMac start [OPTIONS] [EXE_NAME] [-- [EXE_ARGS]...]
UpdateMac patch [OPTIONS] --old <FILE> --patch <FILE> --output <FILE>
UpdateMac get-version [OPTIONS]
Options:
--verbose Print debug messages to console / log
-s, --silent Don't show any prompts / dialogs
-l, --log <PATH> Override the default log file location
-h, --help Print help
-V, --version Print version
UpdateMac apply:
Applies a staged / prepared update, installing prerequisite runtimes if necessary
--norestart Do not restart the application after the update
--waitPid <PID> Wait for the specified process to terminate before applying the update
-p, --package <FILE> Update package to apply
-h, --help Print help
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceeded by '--'.
UpdateMac start:
Starts the currently installed version of the application
--waitPid <PID> Wait for the specified process to terminate before applying the update
-h, --help Print help
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceeded by '--'.
[EXE_NAME] The optional name of the binary to execute
UpdateMac patch:
Applies a Zstd patch file
--old <FILE> Base / old file to apply the patch to
--patch <FILE> The Zstd patch to apply to the old file
--output <FILE> The file to create with the patch applied
-h, --help Print help
UpdateMac get-version:
Prints the current version of the application
-h, --help Print help
```
46 changes: 0 additions & 46 deletions docs/reference/cli/content/update-windows.mdx
Original file line number Diff line number Diff line change
@@ -1,51 +1,5 @@
# Update.exe (Windows)
```
Velopack Updater (0.0.626) manages packages and installs updates.
https://github.com/velopack/velopack
Usage: update.exe [OPTIONS]
update.exe apply [OPTIONS] [-- [EXE_ARGS]...]
update.exe start [OPTIONS] [EXE_NAME] [-- [EXE_ARGS]...]
update.exe patch [OPTIONS] --old <FILE> --patch <FILE> --output <FILE>
update.exe get-version [OPTIONS]
update.exe uninstall [OPTIONS]
Options:
--verbose Print debug messages to console / log
-s, --silent Don't show any prompts / dialogs
-l, --log <PATH> Override the default log file location
-h, --help Print help
-V, --version Print version
update.exe apply:
Applies a staged / prepared update, installing prerequisite runtimes if necessary
--norestart Do not restart the application after the update
--waitPid <PID> Wait for the specified process to terminate before applying the update
-p, --package <FILE> Update package to apply
-h, --help Print help
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceeded by '--'.
update.exe start:
Starts the currently installed version of the application
--waitPid <PID> Wait for the specified process to terminate before applying the update
-h, --help Print help
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceeded by '--'.
[EXE_NAME] The optional name of the binary to execute
update.exe patch:
Applies a Zstd patch file
--old <FILE> Base / old file to apply the patch to
--patch <FILE> The Zstd patch to apply to the old file
--output <FILE> The file to create with the patch applied
-h, --help Print help
update.exe get-version:
Prints the current version of the application
-h, --help Print help
update.exe uninstall:
Remove all app shortcuts, files, and registry entries.
-h, --help Print help
```
4 changes: 2 additions & 2 deletions docs/reference/cli/content/vpk-linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## `vpk -H`
```
Description:
Velopack CLI 0.0.626, for distributing applications.
Velopack CLI 0.0.869, for distributing applications.
Usage:
vpk [command] [options]
Expand Down Expand Up @@ -69,7 +69,7 @@ Options:
the freedesktop.org Desktop Menu spec
--compression <ALGO> ENV=VPK_COMPRESSION Set the
compression algorithm to use for the
AppImage [default: xz]
AppImage [default: gzip]
```

## `vpk download -H`
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cli/content/vpk-osx.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## `vpk -H`
```
Description:
Velopack CLI 0.0.626, for distributing applications.
Velopack CLI 0.0.869, for distributing applications.
Usage:
vpk [command] [options]
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cli/content/vpk-windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## `vpk -H`
```
Description:
Velopack CLI 0.0.626, for distributing applications.
Velopack CLI 0.0.869, for distributing applications.
Usage:
vpk [command] [options]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ title: Constructors
**Declaring Type:** [ChecksumFailedException](../index.md)
**Namespace:** [Velopack.Compression](../../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

## Overloads

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sidebar_label: ChecksumFailedException

**Namespace:** [Velopack.Compression](../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

Represents an error that occurs when a package does not match it's expected SHA checksum

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**Declaring Type:** [ChecksumFailedException](../index.md)
**Namespace:** [Velopack.Compression](../../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

The filename of the package which failed validation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sidebar_label: IVelopackLocator Interface

**Namespace:** [Velopack.Locators](../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

An interface describing where Velopack can find key folders and files.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**Declaring Type:** [IVelopackLocator](../index.md)
**Namespace:** [Velopack.Locators](../../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

Finds latest .nupkg file in the PackagesDir or null if not found.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**Declaring Type:** [IVelopackLocator](../index.md)
**Namespace:** [Velopack.Locators](../../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

Finds .nupkg files in the PackagesDir and returns a list of ReleaseEntryName objects.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**Declaring Type:** [IVelopackLocator](../index.md)
**Namespace:** [Velopack.Locators](../../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

Unique identifier for this user which is used to calculate whether this user is eligible for staged roll outs.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**Declaring Type:** [IVelopackLocator](../index.md)
**Namespace:** [Velopack.Locators](../../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

The directory in which versioned application files are stored.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**Declaring Type:** [IVelopackLocator](../index.md)
**Namespace:** [Velopack.Locators](../../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

The unique application Id. This is used in various app paths.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**Declaring Type:** [IVelopackLocator](../index.md)
**Namespace:** [Velopack.Locators](../../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

The temporary directory for this application.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**Declaring Type:** [IVelopackLocator](../index.md)
**Namespace:** [Velopack.Locators](../../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

The release channel this package was built for.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**Declaring Type:** [IVelopackLocator](../index.md)
**Namespace:** [Velopack.Locators](../../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

The currently installed version of the application, or null if the app is not installed.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**Declaring Type:** [IVelopackLocator](../index.md)
**Namespace:** [Velopack.Locators](../../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

A flag indicating if this is a portable build, and that the settings should be self\-contained in the package. On Windows, this is true for portable builds, and false for non\-portable builds which were installed by Setup.exe On OSX and Linux, this is always false, because settings and application files should be stored in the user's home directory.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**Declaring Type:** [IVelopackLocator](../index.md)
**Namespace:** [Velopack.Locators](../../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

The directory in which nupkg files are stored for this application.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**Declaring Type:** [IVelopackLocator](../index.md)
**Namespace:** [Velopack.Locators](../../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

The root directory of the application. On Windows, this folder contains all the application files, but that may not be the case on other operating systems.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**Declaring Type:** [IVelopackLocator](../index.md)
**Namespace:** [Velopack.Locators](../../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

The path from [AppContentDir](AppContentDir.md) to this executable.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**Declaring Type:** [IVelopackLocator](../index.md)
**Namespace:** [Velopack.Locators](../../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

The path to the current Update.exe or similar on other operating systems.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ title: Constructors
**Declaring Type:** [LinuxVelopackLocator](../index.md)
**Namespace:** [Velopack.Locators](../../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

Creates a new [OsxVelopackLocator](../../OsxVelopackLocator/index.md) and auto\-detects the app information from metadata embedded in the .app.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sidebar_label: LinuxVelopackLocator

**Namespace:** [Velopack.Locators](../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

The default for OSX. All application files will remain in the '.app'. All additional files (log, etc) will be placed in a temporary directory.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**Declaring Type:** [LinuxVelopackLocator](../index.md)
**Namespace:** [Velopack.Locators](../../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

```csharp
public string AppContentDir { get; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**Declaring Type:** [LinuxVelopackLocator](../index.md)
**Namespace:** [Velopack.Locators](../../index.md)
**Assembly:** Velopack
**Assembly Version:** 0.0.626+6f1a94e
**Assembly Version:** 0.0.869+df2bffb

```csharp
public string AppId { get; }
Expand Down
Loading

0 comments on commit 2abee46

Please sign in to comment.