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:
Juan Cruz Viotti 2016-10-31 00:30:57 -04:00 committed by GitHub
parent 2337c91dce
commit a6624cc344

View File

@ -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