mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-18 11:11:49 +02:00
Whitespace fixes
This commit is contained in:
parent
23f3ad1f46
commit
aaa140629c
2 changed files with 3 additions and 3 deletions
4
BUILD.md
4
BUILD.md
|
@ -487,9 +487,9 @@ Install the WiX UI extension. You may need to open a new terminal in order to us
|
||||||
wix extension add --global WixToolset.UI.wixext/5.x.y
|
wix extension add --global WixToolset.UI.wixext/5.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> To avoid compatibility issues, ensure the WiX UI extension version matches the version of the WiX Toolset.
|
> To avoid compatibility issues, ensure the WiX UI extension version matches the version of the WiX Toolset.
|
||||||
>
|
>
|
||||||
> Run `wix --version` to check the version of WiX Toolset you have installed and replace `5.x.y` with the full version number without the Git revision.
|
> Run `wix --version` to check the version of WiX Toolset you have installed and replace `5.x.y` with the full version number without the Git revision.
|
||||||
|
|
||||||
### If you want to sign binaries with Authenticode
|
### If you want to sign binaries with Authenticode
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ lint: ## Check the code for linting, formatting, and typing issues with ruff and
|
||||||
.PHONY: fix
|
.PHONY: fix
|
||||||
fix: ## apply all the suggestions from ruff
|
fix: ## apply all the suggestions from ruff
|
||||||
ruff check --fix
|
ruff check --fix
|
||||||
ruff format
|
ruff format
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue