Templates/MobileApps/Windows/WinGet/Apps/anysphere-cursor.json
|
{
"$schema": "../Schemas/winGetAppTemplate.schema.json", "schemaVersion": "1.0.0", "templateId": "anysphere-cursor", "packageIdentifier": "Anysphere.Cursor", "displayName": "Cursor", "publisher": "Anysphere", "description": "Starter-pack WinGet template for Cursor Win32 packaging.", "package": { "source": "WinGet", "match": { "packageIdentifier": "Anysphere.Cursor", "architectures": [ "x64" ], "installerTypes": [ "inno" ], "scope": "machine", "locale": "en-US", "channel": null } }, "install": { "command": "winget install --id Anysphere.Cursor --exact --silent --scope machine --accept-package-agreements --accept-source-agreements", "experience": "system", "restartBehavior": "suppress" }, "uninstall": { "command": "winget uninstall --id Anysphere.Cursor --exact --scope machine --silent", "behavior": "allow" }, "detection": { "strategy": "generated" }, "requirements": { "minimumSupportedWindowsRelease": "W10_22H2", "architectures": [ "x64" ], "minimumFreeDiskSpaceInMB": null, "minimumMemoryInMB": null }, "icon": { "sourceType": "file", "fileName": "../Icons/anysphere-cursor.png", "notes": "Bundled from IntuneGet public icons." }, "metadata": { "categories": [ "StarterPack", "AI", "Development" ], "tags": [ "starter-pack", "ai", "developer-tool", "editor" ], "notes": [], "placeholders": { "customNotes": [], "owner": "", "scopeTagIds": [] }, "markers": { "hydration": "Imported by Intune Hydration Kit", "source": "Imported from WinGet" } }, "resolvedPackage": { "packageVersion": "latest", "manifestSource": { "repository": "microsoft/winget-pkgs", "ref": "master", "packagePath": "manifests/a/Anysphere/Cursor", "versionPath": "manifests/a/Anysphere/Cursor", "installerFile": null, "localeFile": null }, "selectedInstaller": { "Architecture": "x64", "Scope": "machine", "InstallerLocale": "en-US", "InstallerType": "inno", "InstallerUrl": null, "InstallerSha256": null, "ProductCode": null, "PackageFamilyName": null, "NestedInstallerType": null, "AppsAndFeaturesEntry": [] } } } |