From 7bfcd3f478475694cf31d5ed130215856bc0aa38 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Sat, 20 Jan 2024 17:28:17 +0530 Subject: [PATCH] helix@23.10: Use config at default location Ref: #5274 --- bucket/helix.json | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/bucket/helix.json b/bucket/helix.json index 668ce1e92e..022c954425 100644 --- a/bucket/helix.json +++ b/bucket/helix.json @@ -13,27 +13,11 @@ "extract_dir": "helix-23.10-x86_64-windows" } }, - "pre_install": [ - "# NOTE: Remove the migration script after 6 months (2024-01-22)", - "if ((Test-Path \"$env:APPDATA\\helix\\config.toml\") -and (!(Test-Path \"$persist_dir\\config.toml\"))) {", - " info 'Migrating config file...'", - " info \"Previous config path: '$env:APPDATA\\helix\\config.toml'\"", - " info \"Current config path: '$persist_dir\\config.toml'\"", - " ensure \"$persist_dir\"", - " Copy-Item \"$env:APPDATA\\helix\\config.toml\" \"$persist_dir\\config.toml\"", - "}", - "# END" - ], "bin": [ + "hx.exe", [ "hx.exe", - "hx", - "--config \"$persist_dir\\config.toml\"" - ], - [ - "hx.exe", - "helix", - "--config \"$persist_dir\\config.toml\"" + "helix" ] ], "checkver": {