mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
FIX: binary statement (only linux has amd64 and arm64 versions)
This commit is contained in:
parent
e74df451d2
commit
2cba97d92a
1 changed files with 6 additions and 4 deletions
|
|
@ -223,10 +223,12 @@ are installed. See [Building from source](#building-from-source) for more info.
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
Once the launcher is built, you can find the executable under `out/launcher` (located
|
Once the launcher is built, you can find the executable under `out/launcher`
|
||||||
in the project root). In that folder, you will find a `launcher.amd64` and a
|
(located in the project root). In that folder, you will find the binary file of
|
||||||
`launcher.arm64` binary file. Select the one matching your architecture and run
|
the launcher.
|
||||||
it to test your changes.
|
|
||||||
|
On linux, you will find a `launcher.amd64` and a `launcher.arm64` binary file.
|
||||||
|
Select the one matching your architecture and run it to test your changes.
|
||||||
|
|
||||||
For example, on Linux, after following the build steps above, you can run the
|
For example, on Linux, after following the build steps above, you can run the
|
||||||
amd64 launcher via this command:
|
amd64 launcher via this command:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue