From eefcc9b8ee28485513ba3fe56073c0e9bf18db75 Mon Sep 17 00:00:00 2001 From: EMRG Evolution Date: Wed, 5 Aug 2026 14:41:01 +0800 Subject: [PATCH] =?UTF-8?q?emrg:=20Windows=20=E5=AE=89=E8=A3=85=20PATH=20?= =?UTF-8?q?=E5=B9=BF=E6=92=AD=E4=BF=AE=E5=A4=8D=20=E2=80=94=20ChangesEnvir?= =?UTF-8?q?onment=3Dyes=20+=20bump=20v0.2.1=20(rant=202026-08-05T14:28:02)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emrg/__init__.py | 2 +- emrg/gui/package.json | 2 +- packaging/make-installer.sh | 3 +++ pyproject.toml | 2 +- uv.lock | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/emrg/__init__.py b/emrg/__init__.py index 25a589b8..19166270 100644 --- a/emrg/__init__.py +++ b/emrg/__init__.py @@ -1,3 +1,3 @@ """EMRG — a self-evolving AI agent architecture.""" -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/emrg/gui/package.json b/emrg/gui/package.json index 331a998c..e59ebad1 100644 --- a/emrg/gui/package.json +++ b/emrg/gui/package.json @@ -1,6 +1,6 @@ { "name": "emrg-gui", - "version": "0.2.0", + "version": "0.2.1", "description": "EMRG GUI — Electron client for the EMRG self-evolving AI agent (Phase 3)", "main": "main.js", "scripts": { diff --git a/packaging/make-installer.sh b/packaging/make-installer.sh index 30241e6e..0639f7ae 100755 --- a/packaging/make-installer.sh +++ b/packaging/make-installer.sh @@ -170,6 +170,9 @@ AppVersion={#MyAppVersion} DefaultDirName={%USERPROFILE}\\.emrg\\install PrivilegesRequired=lowest PrivilegesRequiredOverridesAllowed=dialog +; R118: ChangesEnvironment=yes — 写 HKCU\Environment\Path 后广播 WM_SETTINGCHANGE, +; 否则 explorer 不刷新环境变量缓存,新开 cmd 也看不到更新后的 PATH(rant 2026-08-05T14:28:02) +ChangesEnvironment=yes DisableProgramGroupPage=yes OutputDir=$DIST_WIN/artifacts OutputBaseFilename=EMRG-$VERSION-windows-x64 diff --git a/pyproject.toml b/pyproject.toml index 740b9684..8e6fcff7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "emrg" -version = "0.2.0" +version = "0.2.1" description = "EMRG — a self-evolving AI agent architecture" requires-python = ">=3.11" license = { file = "LICENSE" } diff --git a/uv.lock b/uv.lock index 912f8ea3..cf673d90 100644 --- a/uv.lock +++ b/uv.lock @@ -35,7 +35,7 @@ wheels = [ [[package]] name = "emrg" -version = "0.2.0" +version = "0.2.1" source = { editable = "." } dependencies = [ { name = "httpx" },