1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-04 23:40:24 +08:00
This commit is contained in:
源文雨
2023-05-01 00:42:54 +08:00
parent ae10a35264
commit b7bcea4cd6

View File

@@ -10,7 +10,7 @@ import (
//go:generate npm run build
//go:generate zip -9 -r dist.zip -x "dist/.DS_Store" "dist/*/.DS_Store" dist/*
//go:generate zip -9 -r -D dist.zip dist/* -x "dist/.DS_Store" "dist/*/.DS_Store"
//go:embed dist.zip
var distzipbytes []byte