From c1ad5922df1441a3da1d536ff5d28e2b370afc39 Mon Sep 17 00:00:00 2001 From: yukang Date: Fri, 16 Jul 2021 20:13:22 +0800 Subject: [PATCH] fix #2454, won't set WASMER_CACHE_DIR for Windows --- scripts/windows-installer/wasmer.iss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/windows-installer/wasmer.iss b/scripts/windows-installer/wasmer.iss index 772c24aacad..b6b0f6c6711 100644 --- a/scripts/windows-installer/wasmer.iss +++ b/scripts/windows-installer/wasmer.iss @@ -17,8 +17,6 @@ DisableWelcomePage=no [Registry] Root: HKCU; Subkey: "Environment"; ValueType:string; ValueName: "WASMER_DIR"; \ ValueData: "{app}"; Flags: preservestringtype -Root: HKCU; Subkey: "Environment"; ValueType:string; ValueName: "WASMER_CACHE_DIR"; \ - ValueData: "{app}\cache"; Flags: preservestringtype [Files] Source: "..\..\package\bin\*"; DestDir: "{app}\bin" @@ -28,9 +26,6 @@ Source: "..\..\package\LICENSE"; DestDir: "{app}" Source: "..\..\package\ATTRIBUTIONS"; DestDir: "{app}" Source: "wax.cmd"; DestDir: "{app}\bin" -[Dirs] -Name: "{app}\cache" - [Code] const EnvironmentKey = 'SYSTEM\CurrentControlSet\Control\Session Manager\Environment';