From e2aca4e7531543d6e2b5b41615eb1bd7d630f6f3 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Fri, 10 Sep 2021 22:10:40 +0530 Subject: [PATCH] Add renamer (#2666) --- bucket/PowerSession.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/PowerSession.json b/bucket/PowerSession.json index cd274314fd..a03a177cc2 100644 --- a/bucket/PowerSession.json +++ b/bucket/PowerSession.json @@ -1,11 +1,11 @@ { "version": "1.4.3", - "description": "Powershell session recorder", + "description": "Terminal session recorder (Asciinema format)", "homepage": "https://github.com/ibigbug/PowerSession", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/ibigbug/PowerSession/releases/download/v1.4.3/PowerSession-win10-x64.exe", + "url": "https://github.com/ibigbug/PowerSession/releases/download/v1.4.3/PowerSession-win10-x64.exe#/PowerSession.exe", "hash": "7a77ea6fe75a46fe78508961849f3fa6e4bd6fd37636571c2f86b4a1378f677a" } }, @@ -14,7 +14,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/ibigbug/PowerSession/releases/download/v$version/PowerSession-win10-x64.exe" + "url": "https://github.com/ibigbug/PowerSession/releases/download/v$version/PowerSession-win10-x64.exe#/PowerSession.exe" } } }