diff --git a/src/server/index.ts b/src/server/index.ts index 010f12f..bb23c48 100644 --- a/src/server/index.ts +++ b/src/server/index.ts @@ -9,7 +9,7 @@ import {fileURLToPath} from 'url'; const __dirname = fileURLToPath(new URL('.', import.meta.url)); await git.clone({ - from: "https://github.com/thisismypassport/shrinko8/tree/v1.1.2", + from: "https://github.com/thisismypassport/shrinko8", to: path.resolve(__dirname, "shrinko8"), });