mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2025-02-22 12:55:08 +00:00
run through formatter
This commit is contained in:
parent
c7b8622aac
commit
9ee0dac610
@ -20,7 +20,7 @@ tasks:
|
||||
cmds:
|
||||
- for:
|
||||
matrix:
|
||||
KIND: ["basic", "banana", "potato"]
|
||||
KIND: [basic, banana, potato]
|
||||
cmd: pdm run pyinstaller --noconfirm --distpath dist/{{.ITEM.KIND}} spec/{{.ITEM.KIND}}.spec
|
||||
|
||||
compress:
|
||||
@ -28,7 +28,7 @@ tasks:
|
||||
cmds:
|
||||
- for:
|
||||
matrix:
|
||||
KIND: ["basic", "banana", "potato"]
|
||||
KIND: [basic, banana, potato]
|
||||
cmd: '{{.SHELL}} -Command "Compress-Archive -Path dist/{{.ITEM.KIND}} -DestinationPath dist/{{.ITEM.KIND}}.zip"'
|
||||
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user