Update build.ts

This commit is contained in:
CN 2024-01-10 12:23:32 +01:00 committed by GitHub
parent 685b17cfd1
commit 74768250d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ import { createWriteStream, existsSync, mkdirSync } from 'fs';
import { name } from '../package.json'; import { name } from '../package.json';
const dir = 'dist'; const dir = 'out';
const file = `${name}.jar`; const file = `${name}.jar`;
const path = `${dir}/${file}`; const path = `${dir}/${file}`;