Skip to content

feat: setup nsis installer .nsh#60

Merged
Clydingus merged 1 commit intomainfrom
installer
Mar 10, 2026
Merged

feat: setup nsis installer .nsh#60
Clydingus merged 1 commit intomainfrom
installer

Conversation

@Clydingus
Copy link
Collaborator

Fixes #58.

On upgrade:

  • backs up world_engine\seeds\uploads + world_engine.cache\huggingface\hub
  • Performs normal cleanup: RMDir /r "$INSTDIR"
  • Restores both backup folders into the new install directory.

Full uninstall:

  • Backs up only world_engine\seeds\uploads
  • Removes $INSTDIR (so models/HF cache are deleted)
  • Keeps custom user seeds

@Clydingus Clydingus merged commit 60313bc into main Mar 10, 2026
6 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.

Confirm NSIS installer behaviour on uninstall and upgrade

1 participant