Skip to content

Conversation

@jely2002
Copy link
Owner

@jely2002 jely2002 commented Dec 6, 2025

Adds support for a portable mode. Whenever the "ovd-portable" directory is detected next to the executable it will switch to this mode. Switching to the mode means that any files the app would normally drop in %appdata% now is put in the "ovd-portable" directory.

The system will still be touched by PyInstaller but this is for now unavoidable, when the process exits the files will be removed from the temporary directory on the system.

Closes #577.

@jely2002 jely2002 self-assigned this Dec 6, 2025
@jely2002 jely2002 force-pushed the feature/windows-portable branch from 43f3579 to 8115cb0 Compare December 6, 2025 16:33
@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 0% with 22 lines in your changes missing coverage. Please review.
✅ Project coverage is 13.60%. Comparing base (5b76630) to head (24673ee).

Files with missing lines Patch % Lines
src-tauri/src/lib.rs 0.00% 16 Missing ⚠️
src-tauri/src/binaries/binaries_manager.rs 0.00% 3 Missing ⚠️
src-tauri/src/config/handle.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #588      +/-   ##
==========================================
- Coverage   13.67%   13.60%   -0.07%     
==========================================
  Files          45       45              
  Lines        2954     2969      +15     
==========================================
  Hits          404      404              
- Misses       2550     2565      +15     
Flag Coverage Δ
rust-units 13.60% <0.00%> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jely2002 jely2002 merged commit 7d24b00 into main Dec 6, 2025
2 checks passed
@jely2002 jely2002 deleted the feature/windows-portable branch December 6, 2025 20:01
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.

[3.x] Windows portable build

3 participants