aboutsummaryrefslogtreecommitdiff
path: root/resources.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-17 02:03:37 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-17 02:03:37 +0800
commited4a8f9068a2a880280954db7f9424bbdc1dee5a (patch)
treebb50d887e7f598224d9d528d5214e305e57100dd /resources.go
parentconfig.go: git.hooks_socket (diff)
downloadforge-ed4a8f9068a2a880280954db7f9424bbdc1dee5a.tar.gz
forge-ed4a8f9068a2a880280954db7f9424bbdc1dee5a.tar.zst
forge-ed4a8f9068a2a880280954db7f9424bbdc1dee5a.zip
*: Restructure build system
Diffstat (limited to 'resources.go')
-rw-r--r--resources.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources.go b/resources.go
index 7d24cb3..4367f8e 100644
--- a/resources.go
+++ b/resources.go
@@ -14,7 +14,7 @@ import (
//go:embed Makefile
//go:embed schema.sql
//go:embed static/* templates/*
-//go:embed git_hooks_client/*
+//go:embed git_hooks_client/*.c
//go:embed vendor/*
var source_fs embed.FS
@@ -27,7 +27,7 @@ func init() {
)
}
-//go:embed templates/* static/*
+//go:embed templates/* static/* git_hooks_client/git_hooks_client
var resources_fs embed.FS
var templates *template.Template