-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
49d2685
commit f271007
Showing
503 changed files
with
500 additions
and
616 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,5 @@ | ||
# Update.exe (Linux) | ||
``` | ||
Velopack Updater (0.0.1015) 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> | ||
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 preceded 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 preceded 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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,5 @@ | ||
# Update.exe (MacOS) | ||
``` | ||
Velopack Updater (0.0.1015) 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> | ||
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 preceded 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 preceded 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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,5 @@ | ||
# Update.exe (Windows) | ||
``` | ||
Velopack Updater (0.0.1015) 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 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 preceded 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 preceded 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 uninstall: | ||
Remove all app shortcuts, files, and registry entries. | ||
-h, --help Print help | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.