Skip to content

[BUG] Issue with tweaks. #21

Description

@ty817

Prefixer v1.4.1-Turing
Ubuntu 24.04
Installed via uv.
So my issue is whenever I try tweaks it prints:
Malformed tweak! Too many fields! Should contain ('path', 'args')
Prefixer v1.3-Turing changed the syntax for the regedit task. Read the wiki

Ok, so I went to wiki and trying editing json myself. But whatever I do, it either spits lots of python error or just results in same output. For example this jsoin80 for dotnet8 looks sane to me and doesnt work:

{
  "name": "libs.dotnet.80",
  "description": "Install MS .NET Framework 8.0.22",
  "tasks": [
    {
      "description": "Download .NET 8.0 installer",
      "type": "download",
      "filename": "dotnet_installer.exe",
      "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.22/dotnet-runtime-8.0.22-win-x64.exe",
      "checksum": "df98de9c6476e4aefc772fb6d8616bfa9e2998e3056b5c01992b97745443e1a0"
    },
    {
      "description": "Install .NET 8.0",
      "type": "run_exe",
      "filename": "dotnet_installer.exe",
      "path": "<pfxdir>",
      "args": ["/quiet", "/norestart"]
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions