File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
SandboxiePlus/SandMan/Helpers Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 44; Use commandline to populate:
55; ISCC.exe /ORelease Sandboxie-Plus.iss /DMyAppVersion=%SbiePlusVer% /DMyAppArch=x64 /DMyAppSrc=SbiePlus64
66;
7- ; #define MyAppVersion "0.7.5 "
8- ; #define MyDrvVersion "5.49.8"
9- ; #define MyAppArch "x64"
10- ; #define MyAppSrc "SbiePlus64"
7+ #define MyAppVersion " 1.15.2 "
8+ #define MyDrvVersion " 5.49.8"
9+ #define MyAppArch " x64"
10+ #define MyAppSrc " SbiePlus64"
1111#define CurrentYear GetDateTimeString(' yyyy' , ' ' , ' ' )
1212
1313
@@ -34,7 +34,6 @@ UsedUserAreasWarning=no
3434VersionInfoCopyright = Copyright (C) 2020 -{#CurrentYear} by David Xanatos (xanasoft.com)
3535VersionInfoVersion = {#MyAppVersion}
3636SetupIconFile = SandManInstall.ico
37- SignTool = sha256
3837
3938; Handled in code section as always want DirPage for portable mode.
4039DisableDirPage = no
Original file line number Diff line number Diff line change 1414#include < Shlwapi.h>
1515#include < Shlobj.h>
1616
17+ #pragma comment(lib, "Iphlpapi.lib")
18+ #pragma comment(lib, "Ws2_32.lib")
19+
1720
1821QVariantMap ResolveShortcut (const QString& LinkPath)
1922{
@@ -271,4 +274,4 @@ QVariantList EnumNICs()
271274 }
272275
273276 return NICs;
274- }
277+ }
You can’t perform that action at this time.
0 commit comments