mirror of
https://github.com/lukin/keywind.git
synced 2025-01-10 18:06:23 +00:00
Update build.ts
This commit is contained in:
parent
685b17cfd1
commit
74768250d4
1 changed files with 1 additions and 1 deletions
|
@ -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}`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue