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
Flameshot version (All versions)
Describe the bug There are lots of Linux-only files installed when Windows MSI package is installed:
Probably we should add an if() statement in src/CMakeLists.txt file and do not call those configure_file() instructions on Windows/Mac platform.
if()
src/CMakeLists.txt
configure_file()
Expected behavior Unnecessary files under C:\Program Files\Flameshot\share\ should not exist.
C:\Program Files\Flameshot\share\
System Information Any Windows system
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Flameshot version
(All versions)
Describe the bug
There are lots of Linux-only files installed when Windows MSI package is installed:
Probably we should add an
if()statement insrc/CMakeLists.txtfile and do not call thoseconfigure_file()instructions on Windows/Mac platform.Expected behavior
Unnecessary files under
C:\Program Files\Flameshot\share\should not exist.System Information
Any Windows system
The text was updated successfully, but these errors were encountered: