Skip to content

Commit 2fdcae8

Browse files
committed
Fix include in PointAndPrint.ps1 build (issue #73)
1 parent dbfc409 commit 2fdcae8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

build/BuildProfiles.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@
243243
"Id": "POINT_AND_PRINT",
244244
"Name": "PointAndPrint",
245245
"Includes": [
246-
"CORE"
246+
"CORE",
247+
"EXPLOIT_POINT_AND_PRINT"
247248
]
248249
}
249250
]

info/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2025-09-03
4+
5+
### Fixed
6+
7+
- Missing include in "PointAndPrint.ps1" build process (see issue #73).
8+
39
## 2025-09-01
410

511
### Fixed

0 commit comments

Comments
 (0)