We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfc409 commit 2fdcae8Copy full SHA for 2fdcae8
build/BuildProfiles.json
@@ -243,7 +243,8 @@
243
"Id": "POINT_AND_PRINT",
244
"Name": "PointAndPrint",
245
"Includes": [
246
- "CORE"
+ "CORE",
247
+ "EXPLOIT_POINT_AND_PRINT"
248
]
249
}
250
info/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 2025-09-03
4
+
5
+### Fixed
6
7
+- Missing include in "PointAndPrint.ps1" build process (see issue #73).
8
9
## 2025-09-01
10
11
### Fixed
0 commit comments