mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-25 07:47:18 +00:00
docs(GUI): generic appimage name in desktopintegration SKIP instructions (#786)
We're now including the version as part of the filename, which means
`Etcher-linux-x64` is no longer 100% accurate. As a solution, we include
a filename with "placeholders" for the version and architecture, to
avoid harcoding a specific version.
See: 18e9d1eb11 (commitcomment-19619181)
See: https://github.com/resin-io/etcher/pull/764
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
2337c91dce
commit
a6624cc344
@ -20,7 +20,7 @@ Alternatively, set the `SKIP` environment variable before executing the
|
|||||||
AppImage:
|
AppImage:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
SKIP=1 ./Etcher-linux-x64.AppImage
|
SKIP=1 ./Etcher-<version>-linux-<arch>.AppImage
|
||||||
```
|
```
|
||||||
|
|
||||||
Flashing Ubuntu ISOs
|
Flashing Ubuntu ISOs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user