Skip to content

Commit e7c4756

Browse files
automatic update
1 parent d678035 commit e7c4756

22 files changed

Lines changed: 376 additions & 39 deletions
Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
# Setup.exe (Windows)
22
```
3-
Velopack Setup (1.0.1) installs applications.
4-
https://velopack.io
5-
6-
Usage: setup.exe [OPTIONS] [-- [EXE_ARGS]...]
7-
8-
Arguments:
9-
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceded by '--'.
10-
11-
Options:
12-
-s, --silent Hides all dialogs and answers 'yes' to all prompts
13-
-v, --verbose Print debug messages to console
14-
-l, --log <FILE> Enable file logging and set location
15-
-t, --installto <DIR> Installation directory to install the application
16-
-h, --help Print help
17-
18-
3+
Velopack Setup (1.1.1) installs applications.
4+
https://velopack.io
5+
6+
Usage: setup.exe [OPTIONS] [-- [EXE_ARGS]...]
7+
8+
Arguments:
9+
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceded by '--'.
10+
11+
Options:
12+
-s, --silent Hides all dialogs and answers 'yes' to all prompts
13+
-v, --verbose Print debug messages to console
14+
-l, --log <FILE> Enable file logging and set location
15+
-t, --installto <DIR> Installation directory to install the application
16+
-h, --help Print help
17+
1918
2019
```
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Update.exe (Linux)
22
```
3+
Velopack Updater (1.1.1) manages packages and installs updates.
4+
https://velopack.io
5+
6+
Usage: UpdateNix_x64 [OPTIONS]
7+
UpdateNix_x64 apply [OPTIONS] [-- [EXE_ARGS]...]
8+
UpdateNix_x64 start [OPTIONS] [EXE_NAME] [-- [EXE_ARGS]...]
9+
UpdateNix_x64 patch [OPTIONS] --old <FILE> --delta <FILE> --output <FILE>
10+
11+
Options:
12+
--verbose Print debug messages to console / log
13+
-s, --silent Don't show any prompts / dialogs
14+
--rootDir <PATH> Override the default locator root directory
15+
--packageDir <PATH> Override the default packages directory
16+
-l, --log <PATH> Override the default log file location
17+
-h, --help Print help
18+
-V, --version Print version
19+
20+
UpdateNix_x64 apply:
21+
Applies a staged / prepared update, installing prerequisite runtimes if necessary
22+
--norestart Do not restart the application after the update
23+
--waitPid <PID> Wait for the specified process to terminate before applying the update
24+
-p, --package <FILE> Update package to apply
25+
-h, --help Print help
26+
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceded by '--'.
27+
28+
UpdateNix_x64 start:
29+
Starts the currently installed version of the application
30+
--waitPid <PID> Wait for the specified process to terminate before applying the update
31+
-h, --help Print help
32+
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceded by '--'.
33+
[EXE_NAME] The optional name of the binary to execute
34+
35+
UpdateNix_x64 patch:
36+
Applies a series of delta bundles to a base file
37+
--old <FILE> Base / old file to apply the patch to
38+
--delta <FILE> The delta bundle to apply to the base package
39+
--output <FILE> The file to create with the patch applied
40+
-h, --help Print help
341
442
543
```
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Update.exe (MacOS)
22
```
3+
Velopack Updater (1.1.1) manages packages and installs updates.
4+
https://velopack.io
5+
6+
Usage: UpdateMac [OPTIONS]
7+
UpdateMac apply [OPTIONS] [-- [EXE_ARGS]...]
8+
UpdateMac start [OPTIONS] [EXE_NAME] [-- [EXE_ARGS]...]
9+
UpdateMac patch [OPTIONS] --old <FILE> --delta <FILE> --output <FILE>
10+
11+
Options:
12+
--verbose Print debug messages to console / log
13+
-s, --silent Don't show any prompts / dialogs
14+
--rootDir <PATH> Override the default locator root directory
15+
--packageDir <PATH> Override the default packages directory
16+
-l, --log <PATH> Override the default log file location
17+
-h, --help Print help
18+
-V, --version Print version
19+
20+
UpdateMac apply:
21+
Applies a staged / prepared update, installing prerequisite runtimes if necessary
22+
--norestart Do not restart the application after the update
23+
--waitPid <PID> Wait for the specified process to terminate before applying the update
24+
-p, --package <FILE> Update package to apply
25+
-h, --help Print help
26+
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceded by '--'.
27+
28+
UpdateMac start:
29+
Starts the currently installed version of the application
30+
--waitPid <PID> Wait for the specified process to terminate before applying the update
31+
-h, --help Print help
32+
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceded by '--'.
33+
[EXE_NAME] The optional name of the binary to execute
34+
35+
UpdateMac patch:
36+
Applies a series of delta bundles to a base file
37+
--old <FILE> Base / old file to apply the patch to
38+
--delta <FILE> The delta bundle to apply to the base package
39+
--output <FILE> The file to create with the patch applied
40+
-h, --help Print help
341
442
543
```
Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# Update.exe (Windows)
22
```
3-
3+
Velopack Updater (1.1.1) manages packages and installs updates.
4+
https://velopack.io
5+
6+
Usage: update.exe [OPTIONS]
7+
update.exe apply [OPTIONS] [-- [EXE_ARGS]...]
8+
update.exe start [OPTIONS] [EXE_NAME] [-- [EXE_ARGS]...]
9+
update.exe patch [OPTIONS] --old <FILE> --delta <FILE> --output <FILE>
10+
update.exe uninstall [OPTIONS]
11+
12+
Options:
13+
--verbose Print debug messages to console / log
14+
-s, --silent Don't show any prompts / dialogs
15+
--rootDir <PATH> Override the default locator root directory
16+
--packageDir <PATH> Override the default packages directory
17+
-l, --log <PATH> Override the default log file location
18+
-h, --help Print help
19+
-V, --version Print version
20+
21+
update.exe apply:
22+
Applies a staged / prepared update, installing prerequisite runtimes if necessary
23+
--norestart Do not restart the application after the update
24+
--waitPid <PID> Wait for the specified process to terminate before applying the update
25+
-p, --package <FILE> Update package to apply
26+
-h, --help Print help
27+
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceded by '--'.
28+
29+
update.exe start:
30+
Starts the currently installed version of the application
31+
--waitPid <PID> Wait for the specified process to terminate before applying the update
32+
-h, --help Print help
33+
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceded by '--'.
34+
[EXE_NAME] The optional name of the binary to execute
35+
36+
update.exe patch:
37+
Applies a series of delta bundles to a base file
38+
--old <FILE> Base / old file to apply the patch to
39+
--delta <FILE> The delta bundle to apply to the base package
40+
--output <FILE> The file to create with the patch applied
41+
-h, --help Print help
42+
43+
update.exe uninstall:
44+
Remove all app shortcuts, files, and registry entries.
45+
-h, --help Print help
46+
447
548
```

docs/reference/cli/content/vpk-linux.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## `vpk -H`
55
```
66
Description:
7-
Velopack CLI 1.0.1, for distributing applications.
7+
Velopack CLI 1.1.1, for distributing applications.
88
99
Usage:
1010
vpk [command] [options]

docs/reference/cli/content/vpk-osx.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## `vpk -H`
55
```
66
Description:
7-
Velopack CLI 1.0.1, for distributing applications.
7+
Velopack CLI 1.1.1, for distributing applications.
88
99
Usage:
1010
vpk [command] [options]
@@ -23,7 +23,7 @@ Options:
2323
--skip-updates <skip-updates> Skip update checks [default: False]
2424
2525
Commands:
26-
bundle Create's an OSX .app bundle from a folder containing
26+
bundle Creates a macOS .app bundle from a folder containing
2727
application files.
2828
pack Converts application files into a release and installer.
2929
download Download's the latest release from a remote update source.
@@ -34,7 +34,7 @@ Commands:
3434
## `vpk bundle -H`
3535
```
3636
Description:
37-
Create's an OSX .app bundle from a folder containing application files.
37+
Creates a macOS .app bundle from a folder containing application files.
3838
3939
Usage:
4040
vpk bundle [options]

docs/reference/cli/content/vpk-windows.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## `vpk -H`
55
```
66
Description:
7-
Velopack CLI 1.0.1, for distributing applications.
7+
Velopack CLI 1.1.1, for distributing applications.
88
99
Usage:
1010
vpk [command] [options]

docs/reference/cs/Velopack.Windows/FileIcon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Gets/sets the filename to get the icon for
101101
### ShellIcon {#shellicon}
102102

103103
```cs
104-
public IntPtr ShellIcon { get; }
104+
public nint ShellIcon { get; }
105105
```
106106

107107
Gets the icon for the chosen file

docs/reference/cs/Velopack.Windows/ShellLink.PROPERTYKEY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public Guid fmtid
5050
### pid {#pid}
5151

5252
```cs
53-
public UIntPtr pid
53+
public nuint pid
5454
```
5555

5656
___

docs/reference/cs/Velopack.Windows/ShellLink.PropVariant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public short Reserved3
100100
### pointerValue {#pointervalue}
101101

102102
```cs
103-
public IntPtr pointerValue
103+
public nint pointerValue
104104
```
105105

106106
___

0 commit comments

Comments
 (0)