mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 16:43:54 +00:00
18 lines
421 B
Plaintext
18 lines
421 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# sfdk emulator set
|
|
|
|
> Sets emulator properties.
|
|
> More information: <https://docs.sailfishos.org/Tools/Sailfish_SDK/FAQ/#what-are-the-compatibility-issues-with-sailfish-os-emulators-on-windows>.
|
|
|
|
- Set a property:
|
|
|
|
`sfdk emulator set {{name}} {{property}}={{value}}`
|
|
|
|
- Show emulator properties:
|
|
|
|
`sfdk emulator show {{name}}`
|