diff --git a/tools/builder/PkgCore.cs b/tools/builder/PkgCore.cs index 62a5b105..5dd5f7d4 100644 --- a/tools/builder/PkgCore.cs +++ b/tools/builder/PkgCore.cs @@ -128,7 +128,7 @@ namespace builder libs[7].Destination = "addons/sourcemod/extensions"; libs[7].LocalPath = "extensions/sqlite"; libs[7].Name = "dbi.sqlite.ext"; - libs[7].ProjectFile = "sqlite"; + libs[7].ProjectFile = "sm_sqlite"; return libs; }