This commit is contained in:
DavidXanatos 2024-04-13 18:27:17 +02:00
parent ef102a2c00
commit 191b61b0b8
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -368,3 +368,4 @@ MigrationBackup/
# Fody - auto-generated XML schema
FodyWeavers.xsd
SandboxiePlus/Build_*
/SandboxiePlus/enc_temp_folder

View File

@ -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