-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(packaging/windows): add Sunshine directories to system PATH #3727
fix(packaging/windows): add Sunshine directories to system PATH #3727
Conversation
ccde593
to
7ba90cb
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3727 +/- ##
=======================================
Coverage 11.61% 11.61%
=======================================
Files 92 92
Lines 17337 17337
Branches 8100 8100
=======================================
Hits 2013 2013
Misses 12833 12833
Partials 2491 2491
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
f0067b8
to
0c5ea24
Compare
@cgutman My initial idea for this was to use the CPACK option to set the path, but ran into a bunch of issues with it.
So, I started thinking it would be easier to just have an install/uninstall script. Any thoughts/opinions/questions on this approach. These are mine:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR addresses an issue with users running the program from the wrong working directory by updating the packaging instructions.
- Removed outdated uninstallation instructions from the documentation.
- Focused on clarifying the setup steps post-installation.
Files not reviewed (2)
- cmake/packaging/windows.cmake: Language not supported
- src_assets/windows/misc/path/update-path.bat: Language not supported
a9445e0
to
e95d827
Compare
e95d827
to
c538455
Compare
c538455
to
39019f0
Compare
|
Description
This PR was inspired after too many users have tried running
sunshine --<command>
from the wrong working directory.The option via CPACK is too complex (see explanation below).
CPACK method
See https://cmake.org/cmake/help/latest/cpack_gen/nsis.html#variable:CPACK_NSIS_MODIFY_PATH
As far as I can tell there is no way to set the default options.
TODO:
bin
dir. https://gitlab.kitware.com/cmake/cmake/-/issues/15635Screenshot
Issues Fixed or Closed
Type of Change
.github/...
)Checklist