Skip to content

Commit 7f21494

Browse files
committed
winget: Unify file syntax
Always use a colon after the label.
1 parent cd7602d commit 7f21494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.Wingetfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package '7zip.7zip', path: '7-zip', bin: '7z'
22
package 'cmake', path: 'Cmake\bin', bin: 'cmake'
3-
package 'MSYS2.MSYS2', path: 'C:\msys64\usr\bin', bin 'bash'
4-
package 'mesonbuild.meson', path: 'Meson', bin 'meson'
3+
package 'MSYS2.MSYS2', path: 'C:\msys64\usr\bin', bin: 'bash'
4+
package 'mesonbuild.meson', path: 'Meson', bin: 'meson'

0 commit comments

Comments
 (0)