summaryrefslogtreecommitdiff
path: root/cmd/rescribe/embed_darwin.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/rescribe/embed_darwin.go')
-rw-r--r--cmd/rescribe/embed_darwin.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd/rescribe/embed_darwin.go b/cmd/rescribe/embed_darwin.go
index da781c3..4f43b87 100644
--- a/cmd/rescribe/embed_darwin.go
+++ b/cmd/rescribe/embed_darwin.go
@@ -2,9 +2,11 @@
// Use of this source code is governed by the GPLv3
// license that can be found in the LICENSE file.
+//go:build embed
+
package main
import _ "embed"
-//go:embed getgbook-darwin-cac42fb.zip
+//go:embed getgbook-darwin-b14f62f.zip
var gbookzip []byte