mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-09 20:12:18 +10:00
6 lines
194 B
JavaScript
6 lines
194 B
JavaScript
import { repack } from './index.js';
|
|
|
|
const source = "/home/decduck/.steam/steam/steamapps/common/ClusterTruck";
|
|
const output = "/home/decduck/Dev/droplet-output";
|
|
|
|
await repack(source, output); |