From bf697666bed6292664f6b1862e09bba137c3ab55 Mon Sep 17 00:00:00 2001 From: "David M. Anderson" Date: Fri, 18 Sep 2026 12:10:33 -0500 Subject: [PATCH] The generated files say which template wrote them ship sync. Each generated file records a fingerprint of its own contents in its marker line, which is what tells a copy somebody edited from a copy the template has moved past. Both used to refuse a release, and only one of them is anybody's work about to be lost. packaging/macos/screenshot.sh is this repository's own and was left alone. Co-Authored-By: Claude Opus 5 (1M context) --- packaging/windows/screenshot.ps1 | 2 +- packaging/windows/take-shots.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/windows/screenshot.ps1 b/packaging/windows/screenshot.ps1 index 82e9067..b78402a 100644 --- a/packaging/windows/screenshot.ps1 +++ b/packaging/windows/screenshot.ps1 @@ -1,5 +1,5 @@ # Photograph an application's own window at a size the Microsoft Store accepts. -# Generated by ship; edit internal/generate/templates and run ship sync. +# Generated by ship (8001e560); edit internal/generate/templates and run ship sync. # # Screenshots were once listed as something no script could do, and that was an # assumption rather than a measurement. What a script cannot do is decide which diff --git a/packaging/windows/take-shots.ps1 b/packaging/windows/take-shots.ps1 index 755f2ca..fc84994 100644 --- a/packaging/windows/take-shots.ps1 +++ b/packaging/windows/take-shots.ps1 @@ -1,5 +1,5 @@ # Take a set of store screenshots, given the recipes for them. -# Generated by ship; edit internal/generate/templates and run ship sync. +# Generated by ship (e5b476af); edit internal/generate/templates and run ship sync. # # `shots.ps1` beside this is the half that is a product's - which document, # which frames, and what has to happen in the window before each shutter. It