From 071c7fff01a78ffa4f459c94e0f64c5e241f473e Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Thu, 10 Oct 2024 22:41:21 +0900 Subject: [PATCH] Use vpk package with old AppImage runtime --- .config/dotnet-tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 5e66d87..1584f5f 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -2,8 +2,8 @@ "version": 1, "isRoot": true, "tools": { - "vpk": { - "version": "0.0.630-g9c52e40", + "smgi.vpk": { + "version": "0.0.754-g7e9735c", "commands": [ "vpk" ]