fix git rev-parse path

This commit is contained in:
ousttrue 2025-11-14 12:49:24 +09:00
parent 4fca7ae714
commit 43e8699f66

View File

@ -79,7 +79,7 @@ namespace VRM.DevOnly.PackageExporter
folder,
prefix,
UniGLTF.PackageVersion.VERSION,
GetGitHash(Application.dataPath + "/VRM").Substring(0, 4)
GetGitHash(Application.dataPath + "/../Packages/VRM").Substring(0, 4)
).Replace("\\", "/");
return path;