Skip to content

Conversation

@shannah
Copy link
Owner

@shannah shannah commented Jan 29, 2026

No description provided.

…ppDir

Allow Windows app installs to use a custom directory (e.g., AppData\Local\Programs)
instead of the hardcoded ~/.jdeploy/apps path, controlled by the jdeploy.winAppDir
property in package.json. Falls back to .jdeploy/apps if unset for backward compat.
All lookup paths (update detection, uninstall, tray controller) check both configured
and legacy locations.
… changes

During install/update, delete the old .jdeploy/apps/{fqpn} directory if the
configured winAppDir resolves to a different location. Persist winAppDir to a
file next to the uninstaller so registry-triggered uninstalls can find both
the configured and legacy app directories. This handles pre-manifest installs
that cannot rely on uninstall manifests for path discovery.
- Simplify ServiceTrayController.getInstallDir() to return jdeploy home
  since it's only used for AI asset resolution (skills, agents), not
  the app install directory
- Guard winAppDir cleanup in UninstallService behind Windows platform
  check
@shannah shannah merged commit b21a335 into master Jan 29, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants