mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
Merge pull request #425 from PhoenixSheppy/patch-1
Flip slashes for Windows builds (Backslash -> Forward Slash)
This commit is contained in:
@@ -53,13 +53,13 @@ Check out `documentation/fbt.md` for details on building and flashing firmware.
|
|||||||
### Compile everything for development
|
### Compile everything for development
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
.\fbt.cmd FIRMWARE_APP_SET=debug_pack updater_package
|
./fbt.cmd FIRMWARE_APP_SET=debug_pack updater_package
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compile everything for release + get updater package to update from microSD card
|
### Compile everything for release + get updater package to update from microSD card
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
.\fbt.cmd COMPACT=1 DEBUG=0 updater_package
|
./fbt.cmd COMPACT=1 DEBUG=0 updater_package
|
||||||
```
|
```
|
||||||
|
|
||||||
Check `dist/` for build outputs.
|
Check `dist/` for build outputs.
|
||||||
|
|||||||
Reference in New Issue
Block a user