Skip to content

Commit

Permalink
[skipci]
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Apr 13, 2024
1 parent ef102a2 commit 191b61b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -368,3 +368,4 @@ MigrationBackup/
# Fody - auto-generated XML schema
FodyWeavers.xsd
SandboxiePlus/Build_*
/SandboxiePlus/enc_temp_folder
4 changes: 4 additions & 0 deletions SandboxiePlus/SandMan/OnlineUpdater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
#include <windows.h>
#include <QRandomGenerator>

#ifdef QT_NO_SSL
#error Qt requires Open SSL support for the updater to work
#endif

#ifdef _DEBUG

// mess with a dummy installation when debugging
Expand Down

0 comments on commit 191b61b

Please sign in to comment.