mirror of
https://github.com/Mintplex-Labs/winget-pkgs.git
synced 2026-08-26 18:06:37 -04:00
add tool for toggling light and dark mode on win11 (#116524)
give us an alias and be portable Co-authored-by: Tom Scanlan <tompscanlan+git@gmail.com>
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
# Created using wingetcreate 1.5.1.0
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
|
||||
|
||||
PackageIdentifier: tompscanlan.light-dark-cli-win11
|
||||
PackageVersion: 0.1.3
|
||||
MinimumOSVersion: 10.0.0.0
|
||||
UpgradeBehavior: install
|
||||
Commands:
|
||||
- light-dark
|
||||
|
||||
Installers:
|
||||
- InstallerUrl: https://github.com/tompscanlan/light-dark-cli-win11/releases/download/0.1.3/light-dark-cli-win11.exe
|
||||
Architecture: x64
|
||||
InstallerType: portable
|
||||
InstallerSha256: B6AEE1FA1CEDDDF16D10C0A6E442835BB3C5E732385DC12B86EE0C2040EF2968
|
||||
|
||||
|
||||
ManifestType: installer
|
||||
ManifestVersion: 1.5.0
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
# Created using wingetcreate 1.5.1.0
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
|
||||
|
||||
PackageIdentifier: tompscanlan.light-dark-cli-win11
|
||||
PackageVersion: 0.1.3
|
||||
PackageLocale: en-US
|
||||
Publisher: tompscanlan
|
||||
PublisherUrl: https://toot.ninja
|
||||
Auther: Tom Scanlan
|
||||
PackageUrl: https://toot.ninja/LightAndDarkWindows11Cli
|
||||
PackageName: light-dark-cli-win11
|
||||
License: MIT
|
||||
ShortDescription: toggle light and dark mode for win11
|
||||
ManifestType: defaultLocale
|
||||
ManifestVersion: 1.5.0
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
# Created using wingetcreate 1.5.1.0
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
|
||||
|
||||
PackageIdentifier: tompscanlan.light-dark-cli-win11
|
||||
PackageVersion: 0.1.3
|
||||
DefaultLocale: en-US
|
||||
ManifestType: version
|
||||
ManifestVersion: 1.5.0
|
||||
Reference in New Issue
Block a user